apps(technitium): Reliability - Changed the number of replicas to 1 and the PVC to ReadWriteOnce
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: technitium-dns
|
app.kubernetes.io/name: technitium-dns
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: technitium-dns
|
app.kubernetes.io/name: technitium-dns
|
||||||
|
@@ -4,8 +4,8 @@ metadata:
|
|||||||
name: technitium-data-pvc
|
name: technitium-data-pvc
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteOnce
|
||||||
storageClassName: longhorn
|
storageClassName: longhorn
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
|
Reference in New Issue
Block a user