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