diff --git a/services/finance/actual-budget-deployment.yaml b/services/finance/actual-budget-deployment.yaml index 67092a0..cb55d2f 100644 --- a/services/finance/actual-budget-deployment.yaml +++ b/services/finance/actual-budget-deployment.yaml @@ -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: