Skip to content

Commit 6a1faba

Browse files
EXO-5: [Change] update letsencrypt-*.yaml - fix ingress class
1 parent e4dd979 commit 6a1faba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubectl/manifest/manifests/letsencrypt-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
solvers:
1212
- http01:
1313
ingress:
14-
class: haproxy
14+
class: default

kubectl/manifest/manifests/letsencrypt-staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
solvers:
1212
- http01:
1313
ingress:
14-
class: haproxy
14+
class: default

0 commit comments

Comments
 (0)