[1.03.20] Service namespace change

This commit is contained in:
andyjk15 2020-03-01 19:18:12 +00:00
parent e9ebc6eff4
commit c23240c769
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ metadata:
name: RESOURCE_NAME name: RESOURCE_NAME
namespace: production namespace: production
spec: spec:
replicas: 2 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: RESOURCE_NAME app: RESOURCE_NAME

View File

@ -4,6 +4,7 @@ metadata:
labels: labels:
name: LABEL name: LABEL
name: RESOURCE_NAME name: RESOURCE_NAME
namespace: production
spec: spec:
selector: selector:
app: RESOURCE_NAME app: RESOURCE_NAME