fab-city-os-core-chart/templates/gateway/service.yaml

17 lines
386 B
YAML
Raw Normal View History

---
apiVersion: v1
kind: Service
metadata:
name: {{ include "fcoscore.gateway.fullname" . }}
labels:
{{- include "fcoscore.labels" . | nindent 4 }}
spec:
type: {{ .Values.gateway.service.type }}
ports:
- port: {{ .Values.gateway.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
2022-11-30 13:51:25 +01:00
app: {{ include "fcoscore.gateway.fullname" . }}