Merge pull request #47168 from Arhell/pt-ing
[pt] Add ingress class name to example-ingress.yaml
This commit is contained in:
commit
202f1cdff4
|
|
@ -5,6 +5,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: hello-world.info
|
- host: hello-world.info
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue