Add annotations to ingress objects #849

Open
opened 2024-06-21 18:08:50 +00:00 by dboreham · 0 comments
Owner

Our gitea deployment doesn't work with the default nginx ingress config needs this:

nginx.ingress.kubernetes.io/proxy-body-size=0
nginx.ingress.kubernetes.io/proxy-read-timeout=600
nginx.ingress.kubernetes.io/proxy-send-timeout=600

SO should add these annotations by default.

Our gitea deployment doesn't work with the default nginx ingress config needs this: ``` nginx.ingress.kubernetes.io/proxy-body-size=0 nginx.ingress.kubernetes.io/proxy-read-timeout=600 nginx.ingress.kubernetes.io/proxy-send-timeout=600 ``` SO should add these annotations by default.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#849
No description provided.