Skip to content

Commit 5531447

Browse files
committed
ingress updates
Signed-off-by: junior <[email protected]>
1 parent 89ada2a commit 5531447

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

deploy/complete/helm-chart/mushop/templates/cluster-issuers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
solvers:
1919
- http01:
2020
ingress:
21-
class: nginx
21+
ingressClassName: nginx
2222
---
2323
apiVersion: cert-manager.io/v1
2424
kind: ClusterIssuer
@@ -36,7 +36,7 @@ spec:
3636
solvers:
3737
- http01:
3838
ingress:
39-
class: nginx
39+
ingressClassName: nginx
4040
---
4141
apiVersion: cert-manager.io/v1
4242
kind: ClusterIssuer

deploy/complete/kubernetes/ingress/mushop-issuer.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: cert-manager.io/v1alpha2
2+
apiVersion: cert-manager.io/v1
33
kind: ClusterIssuer
44
metadata:
55
name: letsencrypt-prod
@@ -15,9 +15,9 @@ spec:
1515
solvers:
1616
- http01:
1717
ingress:
18-
class: nginx
18+
ingressClassName: nginx
1919
---
20-
apiVersion: cert-manager.io/v1alpha2
20+
apiVersion: cert-manager.io/v1
2121
kind: ClusterIssuer
2222
metadata:
2323
name: letsencrypt-staging
@@ -33,9 +33,9 @@ spec:
3333
solvers:
3434
- http01:
3535
ingress:
36-
class: nginx
36+
ingressClassName: nginx
3737
---
38-
apiVersion: cert-manager.io/v1alpha2
38+
apiVersion: cert-manager.io/v1
3939
kind: ClusterIssuer
4040
metadata:
4141
name: selfsigned

deploy/complete/kubernetes/ingress/mushop-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: networking.k8s.io/v1beta1
1+
apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
44
name: mushop-test

0 commit comments

Comments
 (0)