From 0c1a4a5d64c4058e9a276fcab888263ea4ff8788 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Fri, 6 Sep 2024 20:18:47 +0200 Subject: [PATCH] changed to prod letsencrypt issuer #6 --- charts/umami/Chart.yaml | 2 +- charts/umami/templates/umami.yaml | 6 +++--- charts/umami/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/umami/Chart.yaml b/charts/umami/Chart.yaml index 5839006..c6245dc 100644 --- a/charts/umami/Chart.yaml +++ b/charts/umami/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/umami/templates/umami.yaml b/charts/umami/templates/umami.yaml index 84021e4..1200367 100644 --- a/charts/umami/templates/umami.yaml +++ b/charts/umami/templates/umami.yaml @@ -110,14 +110,14 @@ spec: apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: {{ include "umami.fullname" . }}-web-certificate + name: {{ include "umami.fullname" . }}-web-{{ required "ingress.clusterIssuer is required" .Values.ingress.clusterIssuer }}-certificate spec: dnsNames: - {{ required "ingress.host is required" .Values.ingress.host }} issuerRef: kind: ClusterIssuer name: {{ required "ingress.clusterIssuer is required" .Values.ingress.clusterIssuer }} - secretName: {{ include "umami.fullname" . }}-web-certificate-tls + secretName: {{ include "umami.fullname" . }}-web-{{ required "ingress.clusterIssuer is required" .Values.ingress.clusterIssuer }}-certificate-tls --- apiVersion: networking.k8s.io/v1 kind: Ingress @@ -135,7 +135,7 @@ spec: tls: - hosts: - {{ required "ingress.host is required" .Values.ingress.host }} - secretName: {{ include "umami.fullname" . }}-web-certificate-tls + secretName: {{ include "umami.fullname" . }}-web-{{ required "ingress.clusterIssuer is required" .Values.ingress.clusterIssuer }}-certificate-tls rules: - host: {{ required "ingress.host is required" .Values.ingress.host }} http: diff --git a/charts/umami/values.yaml b/charts/umami/values.yaml index 467740b..f527cfc 100644 --- a/charts/umami/values.yaml +++ b/charts/umami/values.yaml @@ -9,5 +9,5 @@ postgresql: ingress: elbId: host: - port: 80 - clusterIssuer: opentelekomcloud-letsencrypt-staging + port: 443 + clusterIssuer: opentelekomcloud-letsencrypt