Created
March 12, 2017 05:08
-
-
Save fuho/ae158fe0b97f09c4685d9792867f8244 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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