Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created May 20, 2020 04:34
Show Gist options
  • Save vamsijakkula/980f60d7af3946239b75c1fe0783a442 to your computer and use it in GitHub Desktop.
Save vamsijakkula/980f60d7af3946239b75c1fe0783a442 to your computer and use it in GitHub Desktop.
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