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