Skip to content

Instantly share code, notes, and snippets.

@tylertreat
Last active June 19, 2020 21:31
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 tylertreat/372d30dbba97f650349f027987b52388 to your computer and use it in GitHub Desktop.
Save tylertreat/372d30dbba97f650349f027987b52388 to your computer and use it in GitHub Desktop.
GKE ingress with static IP
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: basic-ingress
annotations:
kubernetes.io/ingress.global-static-ip-name: "web-static-ip"
spec:
backend:
serviceName: web
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment