Created
April 28, 2019 17:40
-
-
Save Nurlan199206/9efca21d1b2af4e7fb3dd7e71b093bae to your computer and use it in GitHub Desktop.
ingress.yml
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: website.kz | |
spec: | |
backend: | |
serviceName: nginx | |
servicePort: 80 | |
rules: | |
- host: website.kz | |
http: | |
paths: | |
- backend: | |
serviceName: nginx | |
servicePort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment