cluster

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

commit 3b3cd822d07dc6e0c518d536fb16c5f66735a03a
parent 75892728867438a1562ffa4eba5afb91914f1889
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 23 Nov 2024 02:22:58 +0100

Set missing annotation

Diffstat:
Mapps/base/bugzilla/deployment.yaml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/base/bugzilla/deployment.yaml b/apps/base/bugzilla/deployment.yaml @@ -229,6 +229,7 @@ metadata: app.kubernetes.io/instance: bugzilla annotations: cert-manager.io/cluster-issuer: letsencrypt-prod + external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space spec: rules: - host: bugzilla.midnightthoughts.space @@ -244,7 +245,7 @@ spec: tls: - hosts: - bugzilla.midnightthoughts.space - secretName: bugzilla + secretName: bugzilla-tls sops: kms: [] gcp_kms: []