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
32
32
# This requires an additional controller to run on the OpenShift cluster (in our case it does).
33
33
# See https://github.com/tnozicka/openshift-acme/#enabling-acme-certificates-for-your-object
34
34
quarkus.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
36
36
quarkus.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
37
40
# Resource requirements
38
41
quarkus.openshift.resources.limits.cpu =600m
39
42
quarkus.openshift.resources.requests.cpu =400m
You can’t perform that action at this time.
0 commit comments