Skip to content

Instantly share code, notes, and snippets.

@initcron
Created May 8, 2025 06:53
Show Gist options
  • Save initcron/7f253ef00bb297d1714aace63ed28dbf to your computer and use it in GitHub Desktop.
Save initcron/7f253ef00bb297d1714aace63ed28dbf to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: {{ include "vote.fullname" . }}
labels:
{{- include "vote.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
nodePort: {{ .Values.service.nodePort }}
selector:
{{- include "vote.selectorLabels" . | nindent 4 }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment