diff --git a/deploy/values.template.yaml b/deploy/values.template.yaml index 506d732..6d3674f 100644 --- a/deploy/values.template.yaml +++ b/deploy/values.template.yaml @@ -7,4 +7,10 @@ app: replicas: ${SERVICE_REPLICAS} images: - pullSecret: regcred \ No newline at end of file + pullSecret: regcred + +ingress: + enabled: false + +autoscaling: + enabled: false \ No newline at end of file