Created
May 20, 2020 04:34
-
-
Save vamsijakkula/980f60d7af3946239b75c1fe0783a442 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: networking.k8s.io/v1beta1 | |
kind: Ingress | |
metadata: | |
name: blue-ingress | |
spec: | |
rules: | |
- host: hello.whale | |
http: | |
paths: | |
- backend: | |
serviceName: hello-whale-blue-svc | |
servicePort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment