From 958afc9ee007d034e55bba7ae4cdbb85cdefad04 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 15:09:22 +0200 Subject: [PATCH] Removed optional --- .../traefik/helm-chart-config.traefik.yaml | 64 +++++++++---------- clank/platform/traefik/kustomization.yaml | 2 +- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/clank/platform/traefik/helm-chart-config.traefik.yaml b/clank/platform/traefik/helm-chart-config.traefik.yaml index 0870094..7a2b3a3 100644 --- a/clank/platform/traefik/helm-chart-config.traefik.yaml +++ b/clank/platform/traefik/helm-chart-config.traefik.yaml @@ -1,32 +1,32 @@ -apiVersion: helm.cattle.io/v1 -kind: HelmChartConfig -metadata: - name: traefik - namespace: kube-system -spec: - valuesContent: |- - providers: - kubernetesCRD: - enabled: true - allowCrossNamespace: true - allowExternalNameServices: true - # ingressClass: traefik-internal - # labelSelector: environment=production,method=traefik - namespaces: - - "default" - - "wishlist" - - "kube-system" - - kubernetesIngress: - enabled: true - allowExternalNameServices: true - allowEmptyServices: true - # ingressClass: traefik-internal - # labelSelector: environment=production,method=traefik - namespaces: - - "default" - - "wishlist" - - "kube-system" - # IP used for Kubernetes Ingress endpoints - publishedService: - enabled: true +#apiVersion: helm.cattle.io/v1 +#kind: HelmChartConfig +#metadata: +# name: traefik +# namespace: kube-system +#spec: +# valuesContent: |- +# providers: +# kubernetesCRD: +# enabled: true +# allowCrossNamespace: true +# allowExternalNameServices: true +# # ingressClass: traefik-internal +# # labelSelector: environment=production,method=traefik +# namespaces: +# - "default" +# - "wishlist" +# - "kube-system" +# +# kubernetesIngress: +# enabled: true +# allowExternalNameServices: true +# allowEmptyServices: true +# # ingressClass: traefik-internal +# # labelSelector: environment=production,method=traefik +# namespaces: +# - "default" +# - "wishlist" +# - "kube-system" +# # IP used for Kubernetes Ingress endpoints +# publishedService: +# enabled: true diff --git a/clank/platform/traefik/kustomization.yaml b/clank/platform/traefik/kustomization.yaml index aed756c..229b38e 100644 --- a/clank/platform/traefik/kustomization.yaml +++ b/clank/platform/traefik/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - helm-chart-config.traefik.yaml + # - helm-chart-config.traefik.yaml - ingress.yaml