certificates are kind of working, but https redirect not
This commit is contained in:
parent
c9d86f51eb
commit
2c1ce8eae0
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
### Just an unfinished example, do not deploy!
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
|
|
@ -5467,4 +5467,4 @@ spec:
|
|||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
class: nginx
|
||||
class: nginx
|
|
@ -38,8 +38,10 @@ kind: Ingress
|
|||
metadata:
|
||||
name: helloworld-ingress
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||
ingress.kubernetes.io/ssl-redirect: "false"
|
||||
spec:
|
||||
rules:
|
||||
- host: "lb1.yolokube.de"
|
||||
|
|
Loading…
Reference in a new issue