Skip to content

Instantly share code, notes, and snippets.

@fuho
Created March 12, 2017 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuho/ae158fe0b97f09c4685d9792867f8244 to your computer and use it in GitHub Desktop.
Save fuho/ae158fe0b97f09c4685d9792867f8244 to your computer and use it in GitHub Desktop.
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: game-ingress
spec:
rules:
- host: game.domain1.io
http:
paths:
- path:
backend:
serviceName: game2048
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment