add port to exportarr
This commit is contained in:
parent
b4231dac8e
commit
e3d170ffec
|
@ -33,6 +33,8 @@ spec:
|
||||||
value: "http://localhost"
|
value: "http://localhost"
|
||||||
- name: CONFIG
|
- name: CONFIG
|
||||||
value: "/config/config.xml"
|
value: "/config/config.xml"
|
||||||
|
- name: PORT
|
||||||
|
value: 9000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|
Loading…
Reference in New Issue