fck nginx-ingress, use loadbalancer for https
This commit is contained in:
parent
03df120bbe
commit
82294d3cf5
6 changed files with 3 additions and 69 deletions
|
@ -69,8 +69,6 @@ metadata:
|
|||
namespace: example
|
||||
annotations:
|
||||
spec.ingressClassName: "nginx"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
acme.cert-manager.io/http01-edit-in-place: "false"
|
||||
ingress.kubernetes.io/ssl-redirect: "false"
|
||||
# Use for Basic auth:
|
||||
#nginx.org/basic-auth-secret: example-basic-auth-secret
|
||||
|
@ -88,10 +86,6 @@ spec:
|
|||
name: example-service
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- example.apps.yolokube.de
|
||||
secretName: example-cert
|
||||
# Use for Basic auth:
|
||||
#---
|
||||
#kind: Secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue