This commit is contained in:
parent
b606093824
commit
2bfc729b61
@ -6,6 +6,7 @@ metadata:
|
|||||||
app: nginx
|
app: nginx
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
|
namespace: {{ .Values.namespace }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: nginx
|
app: nginx
|
||||||
|
@ -12,4 +12,6 @@ service:
|
|||||||
targetPort: 8776
|
targetPort: 8776
|
||||||
|
|
||||||
env:
|
env:
|
||||||
name: dev
|
name: dev
|
||||||
|
|
||||||
|
namespace: vdk2ch
|
Loading…
Reference in New Issue
Block a user