File tree 2 files changed +3
-3
lines changed
kubernetes/monitoring/services/cpueff
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ spec:
32
32
spec :
33
33
containers :
34
34
- 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
36
36
# image: golang
37
37
# command: [ "sleep" ]
38
38
# args: [ "infinity" ]
39
39
args :
40
40
- /data/cpueff-goweb
41
41
- -config
42
- - /data/cpueff-goweb/ config.json
42
+ - /data/config.json
43
43
ports :
44
44
- containerPort : 8080
45
45
protocol : TCP
Original file line number Diff line number Diff line change 61
61
hostname : cpueff-spark
62
62
containers :
63
63
- 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
65
65
command : [ "/bin/bash", "-c" ]
66
66
args :
67
67
- source /etc/environment;
You can’t perform that action at this time.
0 commit comments