Files
k8scd/home-assistant/service.yaml
T
Ruben Hensen 0b23e05510 HA: changes 7
2024-12-24 14:55:49 +01:00

17 lines
256 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ha-svc
spec:
ports:
- name: app
port: 80
protocol: TCP
targetPort: 8123
selector:
app: ha-endpoint
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
clusterIP: None
type: ClusterIP