infra4talos/apps-helm/drupal/templates/service.yaml

16 lines
358 B
YAML
Raw Normal View History

2023-12-07 15:28:12 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "drupal.fullname" . }}
labels:
{{- include "drupal.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "drupal.selectorLabels" . | nindent 4 }}