This commit is contained in:
Jimmy 2022-02-09 14:02:00 +13:00
parent 839104e6d8
commit 94fff2eb22
1 changed files with 7 additions and 3 deletions

View File

@ -4,10 +4,11 @@ metadata:
name: web-ingress name: web-ingress
annotations: annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1 nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/preserve-trailing-slash: "true"
spec: spec:
rules: rules:
- host: hello-world.info - http:
http:
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
@ -24,3 +25,6 @@ spec:
name: web2 name: web2
port: port:
number: 8080 number: 8080
tls:
- hosts:
- hello-world.info