Fix string in cert
This commit is contained in:
parent
f15efe40f6
commit
6fc55510cc
@ -9,7 +9,7 @@ spec:
|
||||
secretName: clank-cert
|
||||
dnsNames:
|
||||
- kjuulh.app
|
||||
- *.kjuulh.app
|
||||
- "*.kjuulh.app"
|
||||
issuerRef:
|
||||
name: letsencrypt-issuer
|
||||
kind: ClusterIssuer
|
||||
|
@ -0,0 +1,13 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChartConfig
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: kube-system
|
||||
spec:
|
||||
valuesContent: |-
|
||||
ssl:
|
||||
enabled: true
|
||||
permanentRedirect: false
|
||||
providers:
|
||||
kubernetesIngress:
|
||||
|
Loading…
Reference in New Issue
Block a user