mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Reclaim volume claims for maintenance worker
This commit is contained in:
parent
3edb590849
commit
86c0307ddb
@ -5,11 +5,6 @@
|
|||||||
name: nitro-maintenance-worker
|
name: nitro-maintenance-worker
|
||||||
namespace: human-connection
|
namespace: human-connection
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
|
||||||
- name: secret-volume
|
|
||||||
secret:
|
|
||||||
secretName: ssh-keys
|
|
||||||
defaultMode: 0400
|
|
||||||
containers:
|
containers:
|
||||||
- name: nitro-maintenance-worker
|
- name: nitro-maintenance-worker
|
||||||
image: humanconnection/maintenance-worker:latest
|
image: humanconnection/maintenance-worker:latest
|
||||||
@ -22,3 +17,18 @@
|
|||||||
- name: secret-volume
|
- name: secret-volume
|
||||||
readOnly: false
|
readOnly: false
|
||||||
mountPath: /root/.ssh
|
mountPath: /root/.ssh
|
||||||
|
- name: uploads
|
||||||
|
mountPath: /nitro-backend/public/uploads
|
||||||
|
- name: neo4j-data
|
||||||
|
mountPath: /data/
|
||||||
|
volumes:
|
||||||
|
- name: secret-volume
|
||||||
|
secret:
|
||||||
|
secretName: ssh-keys
|
||||||
|
defaultMode: 0400
|
||||||
|
- name: uploads
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: uploads-claim
|
||||||
|
- name: neo4j-data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: neo4j-data-claim
|
||||||
Loading…
x
Reference in New Issue
Block a user