From 54daa147f013b0c56a965b8c2d4bcec99fb1c87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 10 Oct 2022 17:36:04 +0200 Subject: [PATCH] wip --- infrastructure/templates/sso.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/infrastructure/templates/sso.yaml b/infrastructure/templates/sso.yaml index 2a42566..2af4c65 100644 --- a/infrastructure/templates/sso.yaml +++ b/infrastructure/templates/sso.yaml @@ -10,3 +10,22 @@ spec: name: rhsso-operator source: redhat-operators sourceNamespace: openshift-marketplace +--- +apiVersion: keycloak.org/v1alpha1 +kind: Keycloak +metadata: + annotations: + argocd.argoproj.io/sync-wave: "10" + name: sso + labels: + app: sso + namespace: {{ .Values.projectName | quote }} +spec: + externalAccess: + enabled: true + host: {{ .Values.sso.hostname | quote }} + keycloakDeploymentSpec: + imagePullPolicy: Always + postgresDeploymentSpec: + imagePullPolicy: Always + instances: 1