Skip to content

Commit

Permalink
feat(home-assistant)!: Remove postgres db
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Jan 11, 2024
1 parent b3f8bfc commit 69b1a90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ spec:
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2024.1.2
env:
SECRET_RECORDER_DB_URL:
valueFrom:
secretKeyRef:
name: "${APP}-pguser-${DB_USER}"
key: uri
envFrom:
- secretRef:
name: home-assistant-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
- ./networkpolicy.yaml
- ../../../../templates/postgres-database
- ../../../../templates/volsync
5 changes: 1 addition & 4 deletions kubernetes/main/apps/home-automation/home-assistant/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ spec:
- name: rook-ceph-cluster
- name: volsync
- name: external-secrets-stores
- name: external-secrets-cluster-secrets
- name: crunchy-postgres-operator
postBuild:
substitute:
APP: *appname
HOSTNAME: hass.bjw-s.dev
APP_UID: "0"
APP_GID: "0"
VOLSYNC_CLAIM: home-assistant-config
DB_NAME: home-assistant
DB_USER: home-assistant
VOLSYNC_CAPACITY: 5Gi

0 comments on commit 69b1a90

Please sign in to comment.