From cc56f03607ab4aede805e07fa7e6eefb4d9b1209 Mon Sep 17 00:00:00 2001 From: boomam <37086258+boomam@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:53:58 -0500 Subject: [PATCH] Create values.yaml --- helm-chart/values.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 helm-chart/values.yaml diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml new file mode 100644 index 0000000..7c46af8 --- /dev/null +++ b/helm-chart/values.yaml @@ -0,0 +1,20 @@ +image: + RELEASE: ghcr.io/kubero-dev/ladder:v0.0.11 + +env: + PORT: 8080 + PREFORK: "false" + USER_AGENT: "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" + X_FORWARDED_FOR: + USERPASS: "" + LOG_URLS: "true" + DISABLE_FORM: "false" + FORM_PATH: "" + RULESET: "https://raw.githubusercontent.com/kubero-dev/ladder/main/ruleset.yaml" + EXPOSE_RULESET: "true" + ALLOWED_DOMAINS: "" + ALLOWED_DOMAINS_RULESET: "false" + +ingress: + HOST: "ladder.domain.com" + PORT: 80