Revert "testing more replicas for vinnova and nordunet"
This reverts commit 0894c36b0e
.
This commit is contained in:
parent
0894c36b0e
commit
c624e466db
4 changed files with 25 additions and 1 deletions
|
@ -5,7 +5,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: customer-node
|
app: customer-node
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: customer-node
|
app: customer-node
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
kind: StatefulSet
|
||||||
|
apiVersion: apps/v1
|
||||||
|
metadata:
|
||||||
|
name: customer-node
|
||||||
|
labels:
|
||||||
|
app: customer-node
|
||||||
|
spec:
|
||||||
|
replicas: 1
|
8
customers/overlays/richir/test/nextcloud-deployment.yml
Normal file
8
customers/overlays/richir/test/nextcloud-deployment.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
kind: StatefulSet
|
||||||
|
apiVersion: apps/v1
|
||||||
|
metadata:
|
||||||
|
name: customer-node
|
||||||
|
labels:
|
||||||
|
app: customer-node
|
||||||
|
spec:
|
||||||
|
replicas: 2
|
8
customers/overlays/vinnova/test/nextcloud-deployment.yml
Normal file
8
customers/overlays/vinnova/test/nextcloud-deployment.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
kind: StatefulSet
|
||||||
|
apiVersion: apps/v1
|
||||||
|
metadata:
|
||||||
|
name: customer-node
|
||||||
|
labels:
|
||||||
|
app: customer-node
|
||||||
|
spec:
|
||||||
|
replicas: 1
|
Loading…
Add table
Reference in a new issue