One more try
This commit is contained in:
parent
b706c72110
commit
8a9ede5c3a
|
@ -8,10 +8,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: portal-node
|
app: portal-node
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
|
||||||
- name: init-config
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: init-config
|
|
||||||
replicas: 3
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
@ -22,6 +18,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: portal-node
|
app: portal-node
|
||||||
spec:
|
spec:
|
||||||
|
volumes:
|
||||||
|
- name: init-config
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: init-config
|
||||||
containers:
|
containers:
|
||||||
- name: portal
|
- name: portal
|
||||||
image: docker.sunet.se/drive/portal:0.1.0-3
|
image: docker.sunet.se/drive/portal:0.1.0-3
|
||||||
|
|
Loading…
Reference in a new issue