test helm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-06-19 21:59:10 +10:00
parent b606093824
commit 2bfc729b61
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -12,4 +12,6 @@ service:
targetPort: 8776 targetPort: 8776
env: env:
name: dev name: dev
namespace: vdk2ch