官网参考:
临时重定向
annotations:
# 此注释允许您返回临时重定向(返回代码 302)
nginx.ingress.kubernetes.io/temporal-redirect: https://www.google.com
永久重定向
annotations:
# 此注释允许您返回临时重定向(返回代码 302)
nginx.ingress.kubernetes.io/permanent-redirect: https://www.google.com
永久重定向代码
annotations:标签:redirect,ingress,重定向,nginx,域名,io,annotations From: https://blog.51cto.com/yht1990/5887755
# 此注释允许您修改用于永久重定向的状态代码。将返回带有 308 的永久重定向
nginx.ingress.kubernetes.io/permanent-redirect-code: '308'