From 1df80294683822f3e5638c04ffe80d41fc9c6769 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Tue, 4 Jul 2023 00:02:38 +0300 Subject: [PATCH] fix values template --- deploy/values.template.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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