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:
|
||||
app.kubernetes.io/name: technitium-dns
|
||||
spec:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: technitium-dns
|
||||
|
@@ -4,8 +4,8 @@ metadata:
|
||||
name: technitium-data-pvc
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
- ReadWriteOnce
|
||||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
storage: 1Gi
|
||||
|
Reference in New Issue
Block a user