diff --git a/devspc/devspace-api/values.yaml b/devspc/devspace-api/values.yaml index e944750..8976153 100644 --- a/devspc/devspace-api/values.yaml +++ b/devspc/devspace-api/values.yaml @@ -1,3 +1,9 @@ +replicaCount: 1 +autoscaling: + enabled: false +labels: [] +securityContext: + privileged: false port: 8080 managementPort: 9090 imagePullSecrets: null