deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit 6028d82aa3 - Show all commits

View File

@ -90,6 +90,14 @@ spec:
value: "true"
- name: ACTUAL_OPENID_DISCOVERY_URL
value: https://sso.bstein.dev/realms/atlas
- name: ACTUAL_OPENID_AUTHORIZATION_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/auth
- name: ACTUAL_OPENID_TOKEN_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/token
- name: ACTUAL_OPENID_USERINFO_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/userinfo
- name: ACTUAL_OPENID_PROVIDER_NAME
value: Atlas SSO
- name: ACTUAL_OPENID_SERVER_HOSTNAME
value: https://budget.bstein.dev
volumeMounts:
@ -120,6 +128,14 @@ spec:
value: "true"
- name: ACTUAL_OPENID_DISCOVERY_URL
value: https://sso.bstein.dev/realms/atlas
- name: ACTUAL_OPENID_AUTHORIZATION_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/auth
- name: ACTUAL_OPENID_TOKEN_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/token
- name: ACTUAL_OPENID_USERINFO_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/userinfo
- name: ACTUAL_OPENID_PROVIDER_NAME
value: Atlas SSO
- name: ACTUAL_OPENID_SERVER_HOSTNAME
value: https://budget.bstein.dev
volumeMounts: