Merge pull request #561 from 3dwardch3ng/infra/redis
update namespaces of PVs and PVCs of postgresql
This commit is contained in:
@@ -2,7 +2,6 @@ apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: postgresql-primary-pv
|
||||
namespace: argocd
|
||||
labels:
|
||||
type: local
|
||||
spec:
|
||||
@@ -19,7 +18,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: postgresql-primary-pvc
|
||||
namespace: argocd
|
||||
nodeAffinity:
|
||||
required:
|
||||
nodeSelectorTerms:
|
||||
|
||||
@@ -2,7 +2,6 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: postgresql-primary-pvc
|
||||
namespace: argocd
|
||||
labels:
|
||||
name: postgresql-primary-pvc
|
||||
spec:
|
||||
|
||||
@@ -2,7 +2,6 @@ apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: postgresql-replica-pv
|
||||
namespace: argocd
|
||||
labels:
|
||||
type: local
|
||||
spec:
|
||||
@@ -19,7 +18,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: postgresql-replica-pvc
|
||||
namespace: argocd
|
||||
nodeAffinity:
|
||||
required:
|
||||
nodeSelectorTerms:
|
||||
|
||||
@@ -2,7 +2,6 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: postgresql-replica-pvc
|
||||
namespace: argocd
|
||||
labels:
|
||||
name: postgresql-replica-pvc
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user