File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,11 @@ quarkus.openshift.part-of=hibernate-github-bot
3232# This requires an additional controller to run on the OpenShift cluster (in our case it does).
3333# See https://github.com/tnozicka/openshift-acme/#enabling-acme-certificates-for-your-object
3434quarkus.openshift.annotations."kubernetes.io/tls-acme" =true
35- quarkus.openshift.env.configmaps =hibernate-github-bot-config
35+ quarkus.openshift.env.configmaps =hibernate-github-bot-config,hibernate-github-bot-application-properties-config
3636quarkus.openshift.env.secrets =hibernate-github-bot-secrets
37+ # mount the config map as an application.properties:
38+ quarkus.openshift.mounts.app-config.path =/home/jboss/config
39+ quarkus.openshift.config-map-volumes.app-config.config-map-name =hibernate-github-bot-application-properties-config
3740# Resource requirements
3841quarkus.openshift.resources.limits.cpu =600m
3942quarkus.openshift.resources.requests.cpu =400m
You can’t perform that action at this time.
0 commit comments