File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,15 @@ steps:
9797 value: ""
9898 image:
9999 tag: ${APP_VERSION}
100+ crons:
101+ resources:
102+ cpu: "0m"
103+ memory: "0Mi"
104+ extraEnvs:
105+ - name: "_JAVA_OPTIONS"
106+ value: ""
107+ image:
108+ tag: ${APP_VERSION}
100109 keycloak:
101110 resources:
102111 cpu: "0m"
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ general:
145145 # # Crons
146146 # ####################
147147 crons :
148- enabled : false
148+ enabled : true
149149 # # If set to `true`, will deploy a crons service for processing crons and other background operations
150150 # # This service runs the same application as the backend but with crons profiles activated
151151 # # It does not expose any external ports and focuses on background processing to improve backend performance
You can’t perform that action at this time.
0 commit comments