modify for startup script
This commit is contained in:
@@ -68,10 +68,16 @@ spec:
|
|||||||
key: config.yml
|
key: config.yml
|
||||||
- name: INVIDIOUS_PORT
|
- name: INVIDIOUS_PORT
|
||||||
value: "3000"
|
value: "3000"
|
||||||
|
command: ["/bin/sh", "/scripts/start.sh"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/invidious
|
mountPath: /etc/invidious
|
||||||
|
- name: scripts-volume
|
||||||
|
mountPath: /scripts
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
|
emptyDir: {}
|
||||||
|
- name: scripts-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: invidious-config
|
name: invidious-startup-script
|
||||||
|
defaultMode: 0777
|
||||||
|
|||||||
Reference in New Issue
Block a user