mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Followed docs for heptio-ark and DO plugin v0.11.0
This commit is contained in:
parent
8485b583a4
commit
018dd89797
@ -4,6 +4,8 @@
|
||||
metadata:
|
||||
name: nitro-backend
|
||||
namespace: human-connection
|
||||
labels:
|
||||
app: human-connection
|
||||
spec:
|
||||
replicas: 1
|
||||
minReadySeconds: 15
|
||||
@ -22,6 +24,7 @@
|
||||
labels:
|
||||
human-connection.org/commit: COMMIT
|
||||
human-connection.org/selector: deployment-human-connection-backend
|
||||
app: human-connection
|
||||
name: "nitro-backend"
|
||||
spec:
|
||||
containers:
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
backup.velero.io/backup-volumes: neo4j-data
|
||||
labels:
|
||||
human-connection.org/selector: deployment-human-connection-neo4j
|
||||
app: human-connection
|
||||
name: nitro-neo4j
|
||||
spec:
|
||||
containers:
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
containers:
|
||||
- name: nitro-maintenance-worker
|
||||
image: humanconnection/maintenance-worker:latest
|
||||
command: ["idle"]
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: maintenance-worker
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
metadata:
|
||||
name: neo4j-data-claim
|
||||
namespace: human-connection
|
||||
labels:
|
||||
app: human-connection
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
metadata:
|
||||
name: uploads-claim
|
||||
namespace: human-connection
|
||||
labels:
|
||||
app: human-connection
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user