Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz
Last active September 4, 2017 10:20
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 krotkiewicz/2edc1084cdfbd462191bd04e11dc6345 to your computer and use it in GitHub Desktop.
Save krotkiewicz/2edc1084cdfbd462191bd04e11dc6345 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: get-region
annotations:
kubernetes.io/ingress.global-static-ip-name: “get-region”
spec:
backend:
serviceName: get-region
servicePort: 80
$ kubectl create -f ingress.yml
ingress "get-region" created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment