From 456ef97f652bf2ef57f55863571f349c47b56324 Mon Sep 17 00:00:00 2001 From: sasse Date: Wed, 31 Jul 2024 08:39:00 +0200 Subject: [PATCH] add variable for ingress path --- k8s/semlookp-ui/Chart.yaml | 2 +- k8s/semlookp-ui/templates/semlookp-ingress.yaml | 2 +- k8s/semlookp-ui/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/k8s/semlookp-ui/Chart.yaml b/k8s/semlookp-ui/Chart.yaml index 4357eff..ec8f079 100644 --- a/k8s/semlookp-ui/Chart.yaml +++ b/k8s/semlookp-ui/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: semlookp-ui description: A Helm chart to deploy the semlookp-ui. type: application -version: 0.0.6 +version: 0.0.7 appVersion: "1.0.0" diff --git a/k8s/semlookp-ui/templates/semlookp-ingress.yaml b/k8s/semlookp-ui/templates/semlookp-ingress.yaml index a710122..458ae52 100644 --- a/k8s/semlookp-ui/templates/semlookp-ingress.yaml +++ b/k8s/semlookp-ui/templates/semlookp-ingress.yaml @@ -23,7 +23,7 @@ spec: - host: {{ .Values.ingress.dns }} http: paths: - - path: / + - path: {{ .Values.ingress.path }} pathType: Prefix backend: service: diff --git a/k8s/semlookp-ui/values.yaml b/k8s/semlookp-ui/values.yaml index e4f3a00..17212da 100644 --- a/k8s/semlookp-ui/values.yaml +++ b/k8s/semlookp-ui/values.yaml @@ -2,6 +2,7 @@ ingress: dns: enableSSL: certIssuer: + path: frontend: apiURL: images: