Skip to content

Instantly share code, notes, and snippets.

@pandeybk
Created December 14, 2019 04:36
Show Gist options
  • Save pandeybk/0e17366e0450b866fc3e7143a5871cab to your computer and use it in GitHub Desktop.
Save pandeybk/0e17366e0450b866fc3e7143a5871cab to your computer and use it in GitHub Desktop.
managed-certificate-example-svc
---
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