Files
helm-charts/esphome/templates/service.yaml
T
2026-03-18 00:48:12 +02:00

21 lines
400 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
labels:
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
type: ClusterIP
selector:
app: {{ .Release.Name }}
ports:
- name: http
port: 80
targetPort: 6052
protocol: TCP
- name: api
port: 6053
targetPort: 6053
protocol: TCP