Last active
July 4, 2019 15:06
-
-
Save anmolnagpal/426d1a972f23c9d674ae56523ca467ca 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: web | |
spec: | |
rules: | |
- host: go-home.$NS.ing.k8z.eu | |
http: | |
paths: | |
- backend: | |
serviceName: web | |
servicePort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment