mirror of
https://github.com/bapung/gitea-runner-operator.git
synced 2026-06-21 23:48:43 +00:00
16 lines
454 B
YAML
16 lines
454 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "gitea-runner-operator.fullname" . }}-metrics-service
|
|
labels:
|
|
control-plane: controller-manager
|
|
{{- include "gitea-runner-operator.labels" . | nindent 4 }}
|
|
spec:
|
|
ports:
|
|
- name: https
|
|
port: 8443
|
|
protocol: TCP
|
|
targetPort: {{ .Values.manager.metricsBindAddress | trimPrefix ":" }}
|
|
selector:
|
|
{{- include "gitea-runner-operator.selectorLabels" . | nindent 4 }}
|