From f0ff70a9c3853cc9d4b35d1509a639e52c5539f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Cvitanovi=C4=87?= <72022639+petar-cvit@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:47:48 +0100 Subject: [PATCH] Create values.yaml --- test/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/values.yaml diff --git a/test/values.yaml b/test/values.yaml new file mode 100644 index 0000000..5cb1e2a --- /dev/null +++ b/test/values.yaml @@ -0,0 +1,4 @@ +Application: + Replicas: 3 +Ingress: + TLS: true