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 - containerPort: 8123
name: http name: http
protocol: TCP protocol: TCP
hostPort: 8123 # hostPort: 8123
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config
@@ -37,7 +37,7 @@ spec:
add: add:
- NET_ADMIN - NET_ADMIN
- NET_RAW - NET_RAW
hostNetwork: true # hostNetwork: true
- name: whisper - name: whisper
image: lscr.io/linuxserver/faster-whisper:latest image: lscr.io/linuxserver/faster-whisper:latest
imagePullPolicy: Always imagePullPolicy: Always