mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-19 14:55:31 +00:00
ingress annotations
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
a1f3a3454f
commit
2550a7f9ce
@ -5,6 +5,8 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
cert-manager.io/issuer: "letsencrypt-prod"
|
cert-manager.io/issuer: "letsencrypt-prod"
|
||||||
|
nginx.org/proxy-read-timeout: "3h"
|
||||||
|
nginx.org/proxy-send-timeout: "3h"
|
||||||
name: transactor-ingress
|
name: transactor-ingress
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
|
Loading…
Reference in New Issue
Block a user