Files
infisical/helm-charts/infisical-gateway/templates/service.yaml
2025-05-01 06:45:40 +04:00

16 lines
391 B
YAML

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