diff --git a/example/gateway/portal-gateway.yaml b/example/gateway/portal-gateway.yaml index daee0c5a..61c80b4b 100644 --- a/example/gateway/portal-gateway.yaml +++ b/example/gateway/portal-gateway.yaml @@ -15,6 +15,9 @@ spec: restartOnConfigChange: true image: caapim/gateway:11.1.1 imagePullPolicy: IfNotPresent + imagePullSecrets: + - name: + regcred updateStrategy: type: rollingUpdate rollingUpdate: @@ -79,7 +82,7 @@ spec: enabled: true initContainers: - name: gateway-init - image: caapim/gateway-init-portal:0.0.1 + image: apim-docker-dev-local.usw1.packages.broadcom.com/apim-gateway/gateway-init-portal:UTC.20241231.1200.00 imagePullPolicy: Always volumeMounts: - name: config-directory diff --git a/example/portal-integration/g2c-agent/agent.env b/example/portal-integration/g2c-agent/agent.env index 498b7e97..7f5e940c 100644 --- a/example/portal-integration/g2c-agent/agent.env +++ b/example/portal-integration/g2c-agent/agent.env @@ -2,5 +2,5 @@ PORTAL_CONFIG_SECRET=portal-config-secret PKI_SECRET=g2c-agent-tls MANAGE_APPLICATIONS=true REDIS_CONFIG_SECRET=redis-config-secret -REDIS_CONFIG=ewogICAgInR5cGUiOiAic3RhbmRhbG9uZSIsCiAgICAibWFzdGVyUGFzc3dvcmQiOiAiN2xheWVyIiwKICAgICJncm91cE5hbWUiOiAibDdHVyIsCiAgICAic3RvcmVJZCI6ICJHV19TVE9SRV9JRCIsCiAgICAic3RhbmRhbG9uZSI6IHsKICAgICAgICAiaG9zdCI6ICJzdGFuZGFsb25lLXJlZGlzLW1hc3RlciIsCiAgICAgICAgInBvcnQiOiA2Mzc5CiAgICB9LAogICAgImRhdGFiYXNlIjogMAp9 -ENROLMENT_ENDPOINT= \ No newline at end of file +REDIS_CONFIG=ewogICAgInR5cGUiOiAic3RhbmRhbG9uZSIsCiAgICAibWFzdGVyUGFzc3dvcmQiOiAiN2xheWVyIiwKICAgICJncm91cE5hbWUiOiAibDdHVyIsCiAgICAic3RvcmVJZCI6ICJHV19TVE9SRV9JRCIsCiAgICAic3RhbmRhbG9uZSI6IHsKICAgICAgICAiaG9zdCI6ICIxMC4yNTIuMTQ2LjExNSIsCiAgICAgICAgInBvcnQiOiA2Mzc5CiAgICB9LAogICAgImRhdGFiYXNlIjogMAp9 +ENROLMENT_ENDPOINT=https://enroll.dev.ca.com:9443/enroll/t1/?sckh=fKvm6vifhSassKNL7ZKXDqGqIdunCDBCq2iVTHt7PxI&token=93e28f16-d320-495c-9ece-d1b65f0c91c0 \ No newline at end of file