diff --git a/homeassistant/deployment.yaml b/homeassistant/deployment.yaml index 0601e88..b4c826f 100644 --- a/homeassistant/deployment.yaml +++ b/homeassistant/deployment.yaml @@ -25,7 +25,7 @@ spec: - containerPort: 8123 name: http protocol: TCP - hostPort: 8123 + # hostPort: 8123 volumeMounts: - name: config mountPath: /config @@ -37,7 +37,7 @@ spec: add: - NET_ADMIN - NET_RAW - hostNetwork: true + # hostNetwork: true - name: whisper image: lscr.io/linuxserver/faster-whisper:latest imagePullPolicy: Always