overrides/stackspin-nextcloud-override: fix volumes indentation
This commit is contained in:
parent
a2aff8060b
commit
2f4f238ef5
1 changed files with 8 additions and 8 deletions
|
@ -66,14 +66,14 @@ data:
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
# https://help.nextcloud.com/t/preview-settings-not-described-well/197952/9
|
# https://help.nextcloud.com/t/preview-settings-not-described-well/197952/9
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: nas-media
|
- name: nas-media
|
||||||
nfs:
|
nfs:
|
||||||
server: 172.16.0.2
|
server: 172.16.0.2
|
||||||
path: /mnt/b/media
|
path: /mnt/b/media
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: nas-media
|
- name: nas-media
|
||||||
mountPath: /var/www/html/data/nfs/nas-media
|
mountPath: /var/www/html/data/nfs/nas-media
|
||||||
#lifecycle:
|
#lifecycle:
|
||||||
# postStartCommand:
|
# postStartCommand:
|
||||||
# - '/bin/bash'
|
# - '/bin/bash'
|
||||||
|
|
Loading…
Add table
Reference in a new issue