mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
home assistant remove nodeport
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user