home assistant remove nodeport

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-10-18 21:11:02 -04:00
parent eb5f658af9
commit a29bcc2936

View File

@@ -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