repository | N/A | registry.gitlab.com/castlecraft/citadel/shell-app |
pullPolicy | N/A | IfNotPresent |
tag | N/A | "latest" |
type | N/A | ClusterIP |
port | N/A | 5000 |
targetPort | N/A | 8080 |
cpu | N/A | 100m |
memory | N/A | 128Mi |
cpu | N/A | 100m |
memory | N/A | 128Mi |
enabled | N/A | false |
className | N/A | "" |
annotations | N/A | {} |
- host | kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" | chart-example.local |
- path | N/A | / |
pathType | N/A | ImplementationSpecific |
tls | N/A | [] |
IDP_CONFIG_PATH | - secretName: chart-example-tls hosts: - chart-example.local | "/etc/citadel/iam/idp-config.json" |
SHELL_APP_URL | N/A | "http://citadel.local" |
ADMIN_PORTAL_UI_URL | N/A | "http://citadel.local/admin" |
ONBOARDING_UI_URL | N/A | "http://citadel.local/signup" |
OIDC_AUTHORITY | N/A | "http://citadel.local/keycloak/realms/citadel" |
OIDC_SHELL_APP_CLIENT_ID | N/A | "shell-app" |
OIDC_REDIRECT_URI | N/A | "http://citadel.local/callback" |
OIDC_SILENT_REDIRECT_URI | N/A | "http://citadel.local/silent-renew-callback.html" |
OIDC_POST_LOGOUT_REDIRECT_URI | N/A | "http://citadel.local/logout" |
MFE_ADMIN_PORTAL_UI_URL | N/A | "http://citadel.local/admin/remoteEntry.js" |
MFE_ONBOARDING_UI_URL | N/A | "http://citadel.local/signup/remoteEntry.js" |
MFE_ADMIN_BFF_URL | N/A | "http://citadel.local" |
IAM_SERVICE_URL | N/A | "http://citadel.local" |
configMapName | Frontends usually bake config or load entrypoint.js, but minimal env is good. Adding configMapName if we need to inject the IdP config for the frontend | "citadel-idp-config" |