File tree Expand file tree Collapse file tree
infrastructure/database/cloudnative-pg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ spec:
433433# # Secret Management Flow
434434
435435```
436- 1Password Vault (homelabproxmox )
436+ 1Password Vault (homelab-prod )
437437 ↓
4384381Password Connect API (infrastructure/controllers/1passwordconnect/)
439439 ↓
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ kubectl create namespace external-secrets
125125
126126eval $( op signin)
127127
128- export OP_CREDENTIALS=$( op read op://homelabproxmox /1passwordconnect/1password-credentials.json)
129- export OP_CONNECT_TOKEN=$( op read ' op://homelabproxmox /1password-operator-token/credential' )
128+ export OP_CREDENTIALS=$( op read op://homelab-prod /1passwordconnect/1password-credentials.json)
129+ export OP_CONNECT_TOKEN=$( op read ' op://homelab-prod /1password-operator-token/credential' )
130130
131131kubectl create secret generic 1password-credentials \
132132 --namespace 1passwordconnect \
Original file line number Diff line number Diff line change 7070 size : 20Gi
7171 storageClass : longhorn
7272 walStorage :
73- size : 2Gi
73+ size : 4Gi
7474 storageClass : longhorn
7575 enableSuperuserAccess : true
7676 monitoring :
Original file line number Diff line number Diff line change 2020 max_wal_size : " 1GB"
2121 wal_compression : " on"
2222 logging_collector : " on"
23- log_statement : " all "
23+ log_statement : " ddl "
2424 pg_hba :
2525 - host all all 0.0.0.0/0 md5
2626 # === NORMAL OPERATION: initdb (comment out for DR recovery) ===
Original file line number Diff line number Diff line change 2828 effect : " NoSchedule"
2929 containers :
3030 - name : frigate
31- image : ghcr.io/blakeblackshear/frigate:0.17.0-rc1
31+ image : ghcr.io/blakeblackshear/frigate:0.17.0-rc2
3232 imagePullPolicy : IfNotPresent
3333 env :
3434 - name : TZ
You can’t perform that action at this time.
0 commit comments