Skip to content

Commit

Permalink
Merge pull request dmwm#1345 from mrceyhun/cpueff-goweb
Browse files Browse the repository at this point in the history
[cpueff-goweb] fix config path
  • Loading branch information
mrceyhun authored Apr 4, 2023
2 parents 5ddabf6 + edc9217 commit dfaf12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/monitoring/services/cpueff/cpueff-goweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ spec:
spec:
containers:
- name: cpueff-goweb
image: registry.cern.ch/cmsmonitoring/cpueff-goweb:cpueff-0.0.11
image: registry.cern.ch/cmsmonitoring/cpueff-goweb:cpueff-0.0.12
# image: golang
# command: [ "sleep" ]
# args: [ "infinity" ]
args:
- /data/cpueff-goweb
- -config
- /data/cpueff-goweb/config.json
- /data/config.json
ports:
- containerPort: 8080
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monitoring/services/cpueff/cpueff-spark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
hostname: cpueff-spark
containers:
- name: cpueff-spark
image: registry.cern.ch/cmsmonitoring/cpueff-spark:cpueff-0.0.11
image: registry.cern.ch/cmsmonitoring/cpueff-spark:cpueff-0.0.12
command: [ "/bin/bash", "-c" ]
args:
- source /etc/environment;
Expand Down

0 comments on commit dfaf12d

Please sign in to comment.