Migrate all resources from 'mail' to 'mail-services' namespace
This commit is contained in:
parent
71dcd9be26
commit
d316b795f5
@ -15,7 +15,7 @@ spec:
|
|||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
|||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
|||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: apps
|
- group: apps
|
||||||
|
|||||||
@ -8,7 +8,7 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Namespace
|
## Namespace
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
## Replica count
|
## Replica count
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
@ -8,7 +8,7 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Namespace
|
## Namespace
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
## Replica count (should be 1 for StatefulSet with persistent data)
|
## Replica count (should be 1 for StatefulSet with persistent data)
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
@ -5,7 +5,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: stalwart-mail-ports
|
name: stalwart-mail-ports
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
labels:
|
labels:
|
||||||
app: stalwart
|
app: stalwart
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
@ -5,7 +5,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: stalwart-external
|
name: stalwart-external
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
labels:
|
labels:
|
||||||
app: stalwart
|
app: stalwart
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
## Override default chart values here
|
## Override default chart values here
|
||||||
|
|
||||||
## Namespace
|
## Namespace
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
## Image configuration
|
## Image configuration
|
||||||
image:
|
image:
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
## Override default chart values here
|
## Override default chart values here
|
||||||
|
|
||||||
## Namespace
|
## Namespace
|
||||||
namespace: mail
|
namespace: mail-services
|
||||||
|
|
||||||
## Image configuration
|
## Image configuration
|
||||||
image:
|
image:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user