Created
December 14, 2019 04:36
-
-
Save pandeybk/0e17366e0450b866fc3e7143a5871cab to your computer and use it in GitHub Desktop.
managed-certificate-example-svc
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: v1 | |
kind: Service | |
metadata: | |
labels: | |
run: gke-goglides | |
name: hello-world-service | |
spec: | |
ports: | |
- port: 80 | |
protocol: TCP | |
targetPort: 80 | |
selector: | |
run: gke-goglides | |
type: NodePort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment