mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-25 10:04:22 +00:00
Set up cert-manager wildcard certs
This commit is contained in:
@@ -13,7 +13,7 @@ logs:
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`traefik.namesny.com`)
|
||||
matchRule: Host(`traefik.example.com`)
|
||||
entryPoints: ["websecure"]
|
||||
middlewares:
|
||||
- name: "auth-authelia@kubernetescrd"
|
||||
@@ -33,3 +33,7 @@ ports:
|
||||
service:
|
||||
spec:
|
||||
externalTrafficPolicy: Local
|
||||
tlsStore:
|
||||
default:
|
||||
defaultCertificate:
|
||||
secretName: wildcard-nmsny-dev-tls
|
||||
|
||||
Reference in New Issue
Block a user