13 lines
356 B
YAML
13 lines
356 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "mariadb-operator.fullname" . }}-webhook
|
|
labels:
|
|
{{ include "mariadb-operator-webhook.labels" . | nindent 4 }}
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
protocol: TCP
|
|
targetPort: {{ .Values.webhook.port }}
|
|
selector:
|
|
{{ include "mariadb-operator-webhook.selectorLabels" . | nindent 4 }} |