Skip to content

Commit

Permalink
Merge pull request #126 from seungkyua/20221206_ibk
Browse files Browse the repository at this point in the history
serivcemesh portal nodeSelector
  • Loading branch information
seungkyua authored Dec 8, 2022
2 parents 3f31460 + 7268c8f commit 3152278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy_apps/tks-service-mesh-dashboard-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ spec:
--set config.client-id="${CLIENT_ID}" \
--set config.client-secret="${CLIENT_SECRET}" \
--set config.upstream-url="${UPSTREAM_URL}" \
--set config.base-uri="/${CLIENT_NAME}"
--set config.base-uri="/${CLIENT_NAME}" \
--set nodeSelector.servicemesh=enabled
log "INFO" "gatekeeper: gatekeeper-${CLIENT_NAME}-${REALMS} successfully created."
activeDeadlineSeconds: 900
Expand Down Expand Up @@ -1199,6 +1200,7 @@ spec:
--set application.keycloak.auth-server-url=https://${KEYCLOAK_URL}/auth \
--set application.keycloak.ssl-required=none \
--set application.keycloak.confidential-port=443 \
--set nodeSelector.servicemesh=enabled \
openinfradev/servicemesh-portal
kubectl --kubeconfig ~/.kube/config_user rollout restart deployment servicemesh-${CLIENT_NAME} -n ${APP_NAMESPACE}
Expand Down

0 comments on commit 3152278

Please sign in to comment.