Created
December 14, 2019 04:37
-
-
Save pandeybk/dc52447c9e17d8798528574fbe3b4648 to your computer and use it in GitHub Desktop.
managed-certificate-ingress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: extensions/v1beta1 | |
kind: Ingress | |
metadata: | |
name: gke-goglides-ingress | |
annotations: | |
kubernetes.io/ingress.global-static-ip-name: gke-goglides-static-ip | |
networking.gke.io/managed-certificates: gke-goglides-certificate | |
spec: | |
backend: | |
serviceName: hello-world-service | |
servicePort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment