Skip to content

Commit

Permalink
infrastructure: cluster1: harbor: Increase ingress timeouts.
Browse files Browse the repository at this point in the history
Fails to push container images with size about 3 GB.
  • Loading branch information
wigust committed Dec 24, 2024
1 parent 73f2d43 commit 5ea5f5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/cluster1/harbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ expose:
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/proxy-connect-timeout: "900"
nginx.ingress.kubernetes.io/proxy-read-timeout: "900"
nginx.ingress.kubernetes.io/proxy-send-timeout: "900"
nginx.ingress.kubernetes.io/proxy-timeout: "900"
className: nginx
hosts:
core: harbor.home.wugi.info
Expand Down

0 comments on commit 5ea5f5b

Please sign in to comment.