Skip to content

Commit d08af4c

Browse files
authored
Update jobServer path in countly-jobserver.yaml
1 parent 7549951 commit d08af4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/docker/k8s/countly-jobserver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
# image: gcr.io/countly-01/api:23.03 # Countly Enterprise
3232
imagePullPolicy: Always
3333
command: ["node"]
34-
args: ["--max-old-space-size=2048", "/opt/countly/core/jobServer/index.js"]
34+
args: ["--max-old-space-size=2048", "/opt/countly/jobServer/index.js"]
3535
ports:
3636
- containerPort: 3001
3737
env:
@@ -45,4 +45,4 @@ spec:
4545
- name: COUNTLY_CONFIG_HOSTNAME
4646
value: countly.example.com
4747
- name: NODE_OPTIONS
48-
value: "--max-old-space-size=2048"
48+
value: "--max-old-space-size=2048"

0 commit comments

Comments
 (0)