fck nginx-ingress, use loadbalancer for https

This commit is contained in:
Aaron Riedel 2023-06-18 05:18:02 +02:00
parent 03df120bbe
commit 82294d3cf5
Signed by: aaron
GPG key ID: 643004654D40D577
6 changed files with 3 additions and 69 deletions

View file

@ -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