Skip to content

Commit

Permalink
update home asssistant hr values
Browse files Browse the repository at this point in the history
  • Loading branch information
angryninja48 committed Jun 10, 2024
1 parent cb429dd commit 0671186
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions kubernetes/apps/home/home-assistant/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ spec:
values:
defaultPodOptions:
securityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 0
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
controllers:
home-assistant:
Expand All @@ -41,6 +41,7 @@ spec:

initContainers:
init-db:
enabled: false
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 14
Expand Down Expand Up @@ -81,9 +82,7 @@ spec:
- "/config/.vscode"
- --extensions-dir
- "/config/.vscode"
- --port
- "8081"
- "/config"
- /config
envFrom:
- secretRef:
name: code-server-secrets
Expand Down

0 comments on commit 0671186

Please sign in to comment.