Files
2026-04-26 22:53:25 -04:00

16 lines
418 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "ezscale-website.fullname" . }}
labels: {{- include "ezscale-website.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "ezscale-website.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: app