Skip to content

Commit

Permalink
ingress updates
Browse files Browse the repository at this point in the history
Signed-off-by: junior <[email protected]>
  • Loading branch information
junior committed Oct 2, 2024
1 parent 89ada2a commit 5531447
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
solvers:
- http01:
ingress:
class: nginx
ingressClassName: nginx
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
Expand All @@ -36,7 +36,7 @@ spec:
solvers:
- http01:
ingress:
class: nginx
ingressClassName: nginx
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
Expand Down
10 changes: 5 additions & 5 deletions deploy/complete/kubernetes/ingress/mushop-issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
Expand All @@ -15,9 +15,9 @@ spec:
solvers:
- http01:
ingress:
class: nginx
ingressClassName: nginx
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
Expand All @@ -33,9 +33,9 @@ spec:
solvers:
- http01:
ingress:
class: nginx
ingressClassName: nginx
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned
Expand Down
2 changes: 1 addition & 1 deletion deploy/complete/kubernetes/ingress/mushop-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mushop-test
Expand Down

0 comments on commit 5531447

Please sign in to comment.