feat: add more
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m8s
lint-test-helm / lint-helm (pull_request) Successful in 9m3s
lint-test-helm / validate-kubeconform (pull_request) Successful in 10m26s

This commit is contained in:
2026-04-22 19:14:38 -05:00
parent 8282c9a8fb
commit 134ce4ae01
22 changed files with 252 additions and 201 deletions

View File

@@ -13,7 +13,7 @@ postiz:
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: postiz-config-secret
name: postiz-config
key: JWT_SECRET
- name: MAIN_URL
value: https://postiz.alexlebens.dev
@@ -64,12 +64,12 @@ postiz:
- name: POSTIZ_OAUTH_CLIENT_ID
valueFrom:
secretKeyRef:
name: postiz-oidc-secret
name: postiz-oidc-authentik
key: client
- name: POSTIZ_OAUTH_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: postiz-oidc-secret
name: postiz-oidc-authentik
key: secret
- name: POSTIZ_OAUTH_SCOPE
value: openid profile email