Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active June 17, 2020 06:57
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 velotiotech/19c8113d93d2ad75efe99fd89c968b3f to your computer and use it in GitHub Desktop.
Save velotiotech/19c8113d93d2ad75efe99fd89c968b3f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: helloapp
spec:
type: {{ .Values.service.type }}
ports:
- name: helloapp
port: {{ .Values.service.port }}
protocol: TCP
targetPort: {{ .Values.service.targetPort }}
selector:
app: helloapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment