Compare commits

...

2 commits

Author SHA1 Message Date
dce160c4e8 Add the wildcard certificate
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-02-04 15:59:06 +00:00
5aaafaefad Add cluster wildcard
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-02-04 15:57:52 +00:00
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,11 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard
spec:
dnsNames:
- "*.martyn.berlin"
issuerRef:
kind: ClusterIssuer
name: dnsimple-cert-manager-webhook-cert-manager-webhook-dnsimple-production
secretName: cluster-ingress-wildcard

View file

@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: wildcard
namespace: argocd
spec:
destination:
namespace: wildcard
server: https://kubernetes.default.svc
project: infra
source:
path: apps-kustomized/wildcard
repoURL: https://git.martyn.berlin/martyn/infra4talos
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true