File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ spec:
33
33
- /bin/sh
34
34
- -c
35
35
args :
36
- - until [ -e /tmp/estimator.sock ]; do sleep 1; done && /usr/bin/kepler -v=$(KEPLER_LOG_LEVEL) -kernel-source-dir=/usr/share/kepler/kernel_sources - redfish-cred-file-path=/etc/redfish/redfish.csv
36
+ - until [ -e /tmp/estimator.sock ]; do sleep 1; done && /usr/bin/kepler -v=$(KEPLER_LOG_LEVEL) -redfish-cred-file-path=/etc/redfish/redfish.csv
37
37
volumeMounts :
38
38
- mountPath : /tmp
39
39
name : tmp
40
40
name : kepler-exporter
41
41
- image : kepler_model_server
42
42
imagePullPolicy : IfNotPresent
43
- command : [python3.8 ]
44
- args : [-u, src/estimate/estimator.py]
43
+ command : [python3]
44
+ args : [-u, src/kepler_model/ estimate/estimator.py]
45
45
name : estimator
46
46
volumeMounts :
47
47
- name : cfm
Original file line number Diff line number Diff line change 11
11
- name : server-api
12
12
securityContext :
13
13
privileged : true
14
+ volumeMounts :
15
+ - mountPath : /tmp
16
+ name : tmp-volume
17
+ readOnly : false
18
+ volumes :
19
+ - name : tmp-volume
20
+ emptyDir : {}
You can’t perform that action at this time.
0 commit comments