Files
sa-charts/helm/torna/templates/service.yaml
marsal wang 1e5a703cce swarm
2023-07-26 10:07:34 +08:00

16 lines
376 B
YAML

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