Huge upgraqde to everything

This commit is contained in:
2024-06-15 12:20:06 +02:00
parent 10d7936625
commit 6c83d67c9c
27 changed files with 619 additions and 323 deletions

View File

@ -31,7 +31,7 @@ metadata:
namespace: debug
spec:
rules:
- host: httpbin.rocks
- host: "httpbin.badhouseplants.net"
http:
paths:
- path: /

View File

@ -0,0 +1,18 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
labels:
app.kubernetes.io/instance: cluster-issuer
app.kubernetes.io/name: acme-cluster-issuer
name: badhouseplants-issuer-http01
spec:
acme:
email: allanger@zohomail.com
preferredChain: ""
privateKeySecretRef:
name: badhouseplants-issuer-htt01-account-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
ingressClassName: traefik