mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +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:
|
metadata:
|
||||||
name: nitro-backend
|
name: nitro-backend
|
||||||
namespace: human-connection
|
namespace: human-connection
|
||||||
|
labels:
|
||||||
|
app: human-connection
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
minReadySeconds: 15
|
minReadySeconds: 15
|
||||||
@ -22,6 +24,7 @@
|
|||||||
labels:
|
labels:
|
||||||
human-connection.org/commit: COMMIT
|
human-connection.org/commit: COMMIT
|
||||||
human-connection.org/selector: deployment-human-connection-backend
|
human-connection.org/selector: deployment-human-connection-backend
|
||||||
|
app: human-connection
|
||||||
name: "nitro-backend"
|
name: "nitro-backend"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@ -19,6 +19,7 @@
|
|||||||
backup.velero.io/backup-volumes: neo4j-data
|
backup.velero.io/backup-volumes: neo4j-data
|
||||||
labels:
|
labels:
|
||||||
human-connection.org/selector: deployment-human-connection-neo4j
|
human-connection.org/selector: deployment-human-connection-neo4j
|
||||||
|
app: human-connection
|
||||||
name: nitro-neo4j
|
name: nitro-neo4j
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
containers:
|
containers:
|
||||||
- name: nitro-maintenance-worker
|
- name: nitro-maintenance-worker
|
||||||
image: humanconnection/maintenance-worker:latest
|
image: humanconnection/maintenance-worker:latest
|
||||||
|
command: ["idle"]
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: maintenance-worker
|
name: maintenance-worker
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
metadata:
|
metadata:
|
||||||
name: neo4j-data-claim
|
name: neo4j-data-claim
|
||||||
namespace: human-connection
|
namespace: human-connection
|
||||||
|
labels:
|
||||||
|
app: human-connection
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
metadata:
|
metadata:
|
||||||
name: uploads-claim
|
name: uploads-claim
|
||||||
namespace: human-connection
|
namespace: human-connection
|
||||||
|
labels:
|
||||||
|
app: human-connection
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user