Skip to content

Commit 73b9b08

Browse files
Mauro EijsenringMauro Eijsenring
authored andcommitted
set namespace correct part one
1 parent 81774b8 commit 73b9b08

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

k8s/production/auth/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app: auth
66
name: auth
7-
namespace: chicmoz
7+
namespace: chicmoz-prod
88
spec:
99
replicas: 1
1010
selector:

k8s/production/auth/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
name: auth
5-
namespace: chicmoz
5+
namespace: chicmoz-prod
66
spec:
77
selector:
88
app: auth

k8s/production/aztec-listener/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app: aztec-listener
66
name: aztec-listener
7-
namespace: chicmoz
7+
namespace: chicmoz-prod
88
spec:
99
replicas: 1
1010
selector:

k8s/production/aztec-listener/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
name: aztec-listener
5-
namespace: chicmoz
5+
namespace: chicmoz-prod
66
spec:
77
selector:
88
app: aztec-listener

k8s/production/common/namespace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
kind: Namespace
33
metadata:
4-
name: chicmoz
4+
name: chicmoz-prod
55
labels:
6-
name: chicmoz
6+
name: chicmoz-prod
77
---
88
apiVersion: v1
99
kind: Namespace

k8s/production/explorer-api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app: explorer-api
66
name: explorer-api
7-
namespace: chicmoz
7+
namespace: chicmoz-prod
88
spec:
99
replicas: 1
1010
selector:

k8s/production/explorer-api/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
44
name: ingress-explorer-api
5-
namespace: chicmoz
5+
namespace: chicmoz-prod
66
annotations:
77
nginx.ingress.kubernetes.io/use-regex: "true"
88
nginx.ingress.kubernetes.io/rewrite-target: /$2

k8s/production/explorer-api/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
name: explorer-api
5-
namespace: chicmoz
5+
namespace: chicmoz-prod
66
spec:
77
selector:
88
app: explorer-api

k8s/production/explorer-ui/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app: explorer-ui
66
name: explorer-ui
7-
namespace: chicmoz
7+
namespace: chicmoz-prod
88
spec:
99
replicas: 1
1010
selector:

0 commit comments

Comments
 (0)