Automated Manifest Update (#2959)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2959
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2959.
This commit is contained in:
2025-12-29 23:26:29 +00:00
committed by Alex Lebens
parent f8b844dcbd
commit 5c769019ea
2 changed files with 44 additions and 0 deletions

View File

@@ -46,6 +46,22 @@ spec:
secretKeyRef:
key: uri
name: vaultwarden-postgresql-18-cluster-app
- name: SSO_ENABLED
value: "true"
- name: SSO_SIGNUPS_MATCH_EMAIL
value: "true"
- name: SSO_AUTHORITY
value: https://auth.alexlebens.dev/application/o/vaultwarden/.well-known/openid-configuration
- name: SSO_CLIENT_ID
valueFrom:
secretKeyRef:
key: client
name: vaultwarden-oidc-secret
- name: SSO_CLIENT_SECRET
valueFrom:
secretKeyRef:
key: secret
name: vaultwarden-oidc-secret
image: vaultwarden/server:1.35.0
imagePullPolicy: IfNotPresent
name: main