update linkwarden

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-07-29 18:00:33 -04:00
parent e53e349413
commit b345ca7e36
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
3 changed files with 26 additions and 4 deletions

View file

@ -24,14 +24,20 @@ spec:
secretKeyRef:
name: postgresql-secret-linkwarden
key: POSTGRESQL_PASSWORD
- name: NEXTAUTH_SECRET
valueFrom:
secretKeyRef:
name: nextauth-secret
key: NEXTAUTH_SECRET
- name: DATABASE_URL
value: "postgres://postgres:$(POSTGRES_PASSWORD)@postgres:5432/postgres"
- name: NEXTAUTH_SECRET
value: SgG4jVtm9ukRKEbJw7vw
- name: NEXTAUTH_URL
value: "https://bookmarks.gwg313.xyz/api/v1/auth"
- name: NEXTAUTH_URL_INTERNAL
value: "http://localhost:3000"
- name: NEXT_PUBLIC_DISABLE_REGISTRATION
value: "true"
value: "false"
volumeMounts:
- mountPath: /data/data
name: linkwarden-data