diff --git a/templates/auth-deployment.yaml b/templates/auth-deployment.yaml index 496d8ea..be19a32 100644 --- a/templates/auth-deployment.yaml +++ b/templates/auth-deployment.yaml @@ -26,4 +26,5 @@ spec: memory: "64Mi" cpu: "200m" restartPolicy: Always +--- {{- end }} \ No newline at end of file diff --git a/values.yaml b/values.yaml index c0702e6..2e005d7 100644 --- a/values.yaml +++ b/values.yaml @@ -8,4 +8,4 @@ deployments: - name: auth replicas: 2 - name: facade - replicas: 3 \ No newline at end of file + replicas: 3