16 lines
392 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "nomos-runner.fullname" . }}-cfgsync
labels:
{{- include "nomos-runner.labels" . | nindent 4 }}
spec:
type: ClusterIP
selector:
{{- include "nomos-runner.selectorLabels" . | nindent 4 }}
nomos/component: cfgsync
ports:
- name: http
port: {{ include "nomos-runner.cfgsyncPort" . }}
targetPort: http