Skip to content

Commit f8c5cdf

Browse files
nogabdvmoshiko-s
andauthored
DEVOPS-2924-changed-enable-crons-service-by-default (#140)
Co-authored-by: Moshiko <moshikos@lightrun.com>
1 parent 98185cc commit f8c5cdf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.pipelines/helm-chart-validation.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)