Skip to content

Commit fc9ac0f

Browse files
committed
up
1 parent 18731c0 commit fc9ac0f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ spec:
433433
## Secret Management Flow
434434

435435
```
436-
1Password Vault (homelabproxmox)
436+
1Password Vault (homelab-prod)
437437
438438
1Password Connect API (infrastructure/controllers/1passwordconnect/)
439439

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ kubectl create namespace external-secrets
125125

126126
eval $(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

131131
kubectl create secret generic 1password-credentials \
132132
--namespace 1passwordconnect \

infrastructure/database/cloudnative-pg/immich/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
size: 20Gi
7171
storageClass: longhorn
7272
walStorage:
73-
size: 2Gi
73+
size: 4Gi
7474
storageClass: longhorn
7575
enableSuperuserAccess: true
7676
monitoring:

infrastructure/database/cloudnative-pg/khoj/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
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) ===

my-apps/home/frigate/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
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

0 commit comments

Comments
 (0)