Merge pull request #47148 from Arhell/bn-ing
[bn] Add ingress class name to example-ingress.yamlpull/45485/head^2
commit
df0f009e16
|
@ -5,6 +5,7 @@ metadata:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: hello-world.info
|
||||
http:
|
||||
|
|
Loading…
Reference in New Issue