Skip to content

Instantly share code, notes, and snippets.

@Depado
Created July 19, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Depado/c53fc684f7691deb1f9ec66c1726e075 to your computer and use it in GitHub Desktop.
Save Depado/c53fc684f7691deb1f9ec66c1726e075 to your computer and use it in GitHub Desktop.
# Source: dummy/templates/ingress.yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: staging-dummy
labels:
app: dummy
chart: dummy-0.1.0
release: staging
heritage: Tiller
annotations:
kubernetes.io/ingress.class: gce
kubernetes.io/ingress.global-static-ip-name: dummy-staging
spec:
rules:
- host: staging.dummy.myshost.io
http:
paths:
- path: /*
backend:
serviceName: staging-dummy
servicePort: http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment