1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:06:39 +09:00
firefish/chart/templates/service.yaml
2023-07-20 04:17:05 +09:00

15 lines
364 B
YAML

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