apiVersion: v1 | |
kind: Service | |
metadata: | |
name: {{ include "godaddy-webhook.fullname" . }} | |
labels: | |
{{ include "godaddy-webhook.labels" . | indent 4 }} | |
spec: | |
type: {{ .Values.service.type }} | |
ports: | |
- port: {{ .Values.service.port }} | |
targetPort: https | |
protocol: TCP | |
name: https | |
selector: | |
app.kubernetes.io/name: {{ include "godaddy-webhook.name" . }} | |
app.kubernetes.io/instance: {{ .Release.Name }} |