Skip to content

Commit dfaf12d

Browse files
authored
Merge pull request dmwm#1345 from mrceyhun/cpueff-goweb
[cpueff-goweb] fix config path
2 parents 5ddabf6 + edc9217 commit dfaf12d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/monitoring/services/cpueff/cpueff-goweb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ spec:
3232
spec:
3333
containers:
3434
- name: cpueff-goweb
35-
image: registry.cern.ch/cmsmonitoring/cpueff-goweb:cpueff-0.0.11
35+
image: registry.cern.ch/cmsmonitoring/cpueff-goweb:cpueff-0.0.12
3636
# image: golang
3737
# command: [ "sleep" ]
3838
# args: [ "infinity" ]
3939
args:
4040
- /data/cpueff-goweb
4141
- -config
42-
- /data/cpueff-goweb/config.json
42+
- /data/config.json
4343
ports:
4444
- containerPort: 8080
4545
protocol: TCP

kubernetes/monitoring/services/cpueff/cpueff-spark.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
hostname: cpueff-spark
6262
containers:
6363
- name: cpueff-spark
64-
image: registry.cern.ch/cmsmonitoring/cpueff-spark:cpueff-0.0.11
64+
image: registry.cern.ch/cmsmonitoring/cpueff-spark:cpueff-0.0.12
6565
command: [ "/bin/bash", "-c" ]
6666
args:
6767
- source /etc/environment;

0 commit comments

Comments
 (0)