Files
homeAutomation/helm/templates/HomeAssistant/service.yml

15 lines
257 B
YAML

apiVersion: v1
kind: Service
metadata:
name: homeassistant
spec:
type: NodePort
ports:
- port: 8123
name: portal
targetPort: 8123
nodePort: {{ .Values.homeassistant.portal_nodePort }}
protocol: TCP
selector:
app: homeassistant