cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit babccce32e6d3fc579f4f483ead5753c281ccc0c
parent 1979997c078166cf9492ce16fe8e906f6b61e90d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  6 May 2024 20:41:15 +0200

Fix missing capacitor deployment

Diffstat:
Minfrastructure/controllers/capacitor.yaml | 2+-
Minfrastructure/controllers/kustomization.yaml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure/controllers/capacitor.yaml b/infrastructure/controllers/capacitor.yaml @@ -129,7 +129,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: - cert-manager.io/cluster-issuer: letsencrypt-http + cert-manager.io/cluster-issuer: letsencrypt-dns traefik.ingress.kubernetes.io/router.middlewares: flux-system-capacitor-auth@kubernetescrd name: capacitor namespace: flux-system diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml @@ -4,4 +4,4 @@ resources: - image-updater.yaml - descheduler.yaml - cert-manager.yaml - #- capacitor.yaml + - capacitor.yaml