blob: 5c376b8ecc02a76931566cd07a65ee8c54d5a449 [file] [log] [blame] [edit]
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 }}