From c23240c7695565d7ddfc622c1325dd3b77bc0c63 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sun, 1 Mar 2020 19:18:12 +0000 Subject: [PATCH] [1.03.20] Service namespace change --- configuration/kubernetes/deployment.yaml | 2 +- configuration/kubernetes/service.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index c7ccdbc..6e9754c 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 2 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME diff --git a/configuration/kubernetes/service.yaml b/configuration/kubernetes/service.yaml index fa9468e..5ff73c5 100644 --- a/configuration/kubernetes/service.yaml +++ b/configuration/kubernetes/service.yaml @@ -4,6 +4,7 @@ metadata: labels: name: LABEL name: RESOURCE_NAME + namespace: production spec: selector: app: RESOURCE_NAME