Fix string in cert
This commit is contained in:
parent
f15efe40f6
commit
6fc55510cc
@ -9,7 +9,7 @@ spec:
|
|||||||
secretName: clank-cert
|
secretName: clank-cert
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- kjuulh.app
|
- kjuulh.app
|
||||||
- *.kjuulh.app
|
- "*.kjuulh.app"
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-issuer
|
name: letsencrypt-issuer
|
||||||
kind: ClusterIssuer
|
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