blob: 817c60c4a5ec34d495a7aa2dec4843a723c403ca [file] [log] [blame]
Giorgi Lekveishvili84835c92023-06-20 19:00:15 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: {{ include "cert-manager-webhook-gandi.fullname" . }}
5 namespace: {{ .Values.certManager.namespace | quote }}
6 labels:
7 app: {{ include "cert-manager-webhook-gandi.name" . }}
8 chart: {{ include "cert-manager-webhook-gandi.chart" . }}
9 release: {{ .Release.Name }}
10 heritage: {{ .Release.Service }}
11spec:
12 type: {{ .Values.service.type }}
13 ports:
14 - port: {{ .Values.service.port }}
15 targetPort: https
16 protocol: TCP
17 name: https
18 selector:
19 app: {{ include "cert-manager-webhook-gandi.name" . }}
20 release: {{ .Release.Name }}