kubernetes cluster - working version

This commit is contained in:
2022-06-20 23:24:17 +02:00
parent 86cd07c4b6
commit fb2895f79d
14 changed files with 99 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
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