Files
argo-poc/helm-repo/dragonfly-operator/dragonfly-operator-v1.1.10-bagl/templates/service.yaml
T
Dušan Jakub bc4fcfb6bb First apps
2025-04-08 15:43:45 +02:00

22 lines
630 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "dragonfly-operator.fullname" . }}-controller-manager-metrics-service
labels:
{{- include "dragonfly-operator.labels" . | nindent 4 }}
app.kubernetes.io/component: kube-rbac-proxy
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: https
protocol: TCP
name: https
- port: {{ .Values.service.metricsPort }}
targetPort: metrics
protocol: TCP
name: metrics
selector:
{{- include "dragonfly-operator.selectorLabels" . | nindent 4 }}
control-plane: controller-manager