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