You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
434 B
YAML
17 lines
434 B
YAML
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 }}
|