cluster

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

commit c9b70a7560a036577fb42f8000bb165ddd4fea6d
parent d9a6846c9fe714038523018374c7a4af5fdd049a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 10 Sep 2023 20:37:17 +0200

Migrate to http solver

Diffstat:
Minfrastructure/configs/cluster-issuers.yaml | 21+++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/infrastructure/configs/cluster-issuers.yaml b/infrastructure/configs/cluster-issuers.yaml @@ -11,14 +11,19 @@ spec: privateKeySecretRef: name: letsencrypt-dns-account-key solvers: - - dns01: - rfc2136: - nameserver: "[2a01:4f9:4a:451c:2::5]:53" - tsigAlgorithm: HMACSHA256 - tsigKeyName: lego_letsencrypt - tsigSecretSecretRef: - key: tsig-secret - name: tsig-secret + # - dns01: + # rfc2136: + # nameserver: "[2a01:4f9:4a:451c:2::5]:53" + # tsigAlgorithm: HMACSHA256 + # tsigKeyName: lego_letsencrypt + # tsigSecretSecretRef: + # key: tsig-secret + # name: tsig-secret + - http01: + ingress: + class: traefik + serviceType: ClusterIP + --- apiVersion: cert-manager.io/v1 kind: ClusterIssuer