Skip to content

Commit

Permalink
Disable cryostat for a simple OpenShift deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Jul 30, 2024
1 parent 81461c7 commit 3676c9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion provision/openshift/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ tasks:
--set infinispan.remoteStore.host=$(cat .task/remote-store-host)
--set infinispan.remoteStore.password=$(cat .task/remote-store-password)
--set infinispan.site={{.KC_NAMESPACE_PREFIX}}keycloak
--set cryostat={{ .KC_CRYOSTAT }}
--set cryostat=false
--set sqlpad=false
--set environment=openshift
--set namespace={{.KC_NAMESPACE_PREFIX}}keycloak
Expand Down
2 changes: 0 additions & 2 deletions provision/openshift/isup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ MAXRETRIES=1200
if [[ "${KC_HEALTH_HOSTNAME}" != '' ]]; then
declare -A SERVICES=( \
["${KC_HEALTH_HOSTNAME}"]="realms/master/.well-known/openid-configuration" \
["cryostat-${KC_NAMESPACE_PREFIX}keycloak.${KC_HOSTNAME_SUFFIX}"]="/" \
)
else
declare -A SERVICES=( \
["keycloak-${KC_NAMESPACE_PREFIX}keycloak.${KC_HOSTNAME_SUFFIX}"]="realms/master/.well-known/openid-configuration" \
["cryostat-${KC_NAMESPACE_PREFIX}keycloak.${KC_HOSTNAME_SUFFIX}"]="/" \
)
fi

Expand Down

0 comments on commit 3676c9c

Please sign in to comment.