mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-07-11 04:11:44 +00:00
3880af56a7
* Bring operator to the brand new world of build and deployments. * Clean up the code and basic improvements. * More fixes, moving from python to golang worker. * fixup! More fixes, moving from python to golang worker. * fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker.
15 lines
412 B
YAML
15 lines
412 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "chart.fullname" . }}-metrics-service
|
|
labels:
|
|
control-plane: controller-manager
|
|
{{- include "chart.labels" . | nindent 4 }}
|
|
spec:
|
|
type: {{ .Values.metricsService.type }}
|
|
selector:
|
|
control-plane: controller-manager
|
|
{{- include "chart.selectorLabels" . | nindent 4 }}
|
|
ports:
|
|
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
|