ForgeRock platform assets for Kubernetes deployment. Contains the files you need to build your own Docker images and to deploy the ForgeRock Identity Platform on Kubernetes clusters.
Other
169
stars
247
forks
source link
Fix AM and IDM live check in deploy.sh when running in GKE #552
Jira issue? none Release 6.5.0 backport required? no 6.5.0 doc changes needed? no 7.0.0 doc changes needed? no Required README updates made? no
The http protocol is not the same running in minikube and GKE. Running in minikube we have to use
https
to have the AM and IDM live checks working => https://csovant.iam.forgeops.com/am/isAlive.jsp But running in GKE we have to usehttp
=> http://csovant.iam.forgeops.com/am/isAlive.jsp