Skip to content

Instantly share code, notes, and snippets.

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