Skip to content

Commit

Permalink
fix registry ingress body size
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Dec 29, 2023
1 parent e245f11 commit ec16f88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spec:
author: 'sealos'
description: 'registry is an implementation of the OCI Distribution Specification. gui-registry is a web UI for registry, default registry username and password is root/root .
example:
registry the external network address is https://registry.cloud.sealos.io , gui-registry the external network address is https://gui-registry.cloud.sealos.io:
registry the external network address is https://domain.cloud.sealos.io , gui-registry the external network address is https://gui-registry.cloud.sealos.io:
push image:
docker login nfzuflxg.cloud.sealos.io # username: root, password: root
docker login domain.cloud.sealos.io # username: root, password: root
docker tag nginx:latest registry.cloud.sealos.io/nginx:latest # tag image
docker push registry.cloud.sealos.io/nginx:latest # push image to registry
docker push domain.cloud.sealos.io/nginx:latest # push image to registry
web management:
Access address:https://gui-registry.cloud.sealos.io
username: root # registry username
Expand Down Expand Up @@ -175,7 +175,7 @@ metadata:
cloud.sealos.io/app-deploy-manager-domain: ${{ defaults.app_host }}
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: 32m
nginx.ingress.kubernetes.io/proxy-body-size: 2g
nginx.ingress.kubernetes.io/server-snippet: |
client_header_buffer_size 64k;
large_client_header_buffers 4 128k;
Expand Down

0 comments on commit ec16f88

Please sign in to comment.