Files

16 lines
369 B
YAML

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