blob: 022dbf1da9168611ccd89c25f10087163ff2d3da [file] [log] [blame]
Giorgi Lekveishviliae1a4a42023-12-07 13:23:17 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: {{ include "cert-manager-webhook-pcloud.fullname" . }}
5 namespace: {{ .Values.certManager.namespace | quote }}
6 labels:
7 app: {{ include "cert-manager-webhook-pcloud.name" . }}
8 chart: {{ include "cert-manager-webhook-pcloud.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-pcloud.name" . }}
20 release: {{ .Release.Name }}