1
0
Fork 1
mirror of https://example.com synced 2024-11-24 00:46:38 +09:00
firefish/chart/templates/service.yaml
2023-05-10 16:07:45 -07:00

15 lines
361 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "calckey.fullname" . }}
labels:
{{- include "calckey.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "calckey.selectorLabels" . | nindent 4 }}