cluster

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

commit 78e498d0c828e179cbcbdf09a1a71ed562d95567
parent 344818c0885b9c99f3dd5420c9e3752a8cf54f06
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 10 Sep 2023 21:27:30 +0200

Generate missing certs

Diffstat:
Mclusters/production/flux-system/webhook-ingress.yaml | 4++++
Minfrastructure/controllers/weave-gitops.yaml | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/clusters/production/flux-system/webhook-ingress.yaml b/clusters/production/flux-system/webhook-ingress.yaml @@ -20,3 +20,7 @@ spec: name: webhook-receiver port: number: 80 + tls: + - secretName: webhook.kubernetes.midnightthoughts.space-tls + hosts: + - webhook.kubernetes.midnightthoughts.space diff --git a/infrastructure/controllers/weave-gitops.yaml b/infrastructure/controllers/weave-gitops.yaml @@ -50,6 +50,10 @@ spec: paths: - path: / pathType: ImplementationSpecific + tls: + - secretName: weave.midnightthoughts.space-tls + hosts: + - weave.midnightthoughts.space --- apiVersion: notification.toolkit.fluxcd.io/v1beta2 kind: Alert