further trim down the ingress ressource to the bare minimum

This commit is contained in:
Aaron Riedel 2023-06-19 00:50:20 +02:00
parent ca710e2013
commit 115c128c60
Signed by: aaron
GPG key ID: 643004654D40D577
10 changed files with 8 additions and 181 deletions

View file

@ -67,9 +67,7 @@ kind: Ingress
metadata:
name: example-ingress
namespace: example
annotations:
spec.ingressClassName: "nginx"
ingress.kubernetes.io/ssl-redirect: "false"
#annotations:
# Use for Basic auth:
#nginx.org/basic-auth-secret: example-basic-auth-secret
# Use the following annotation if the backend only speaks HTTPS (fill out the service name accordingly):