First apps

This commit is contained in:
Dušan Jakub
2025-04-08 15:43:45 +02:00
parent d94152dc99
commit bc4fcfb6bb
43 changed files with 32948 additions and 0 deletions
@@ -0,0 +1,21 @@
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