chore: update image version and ingress settings

- Bump image version for `chatgpt-web-midjourney-proxy` from 2.22.7 to
  2.23.8.
- Add annotations for NGINX ingress to configure proxy body size,
  read timeout, and send timeout.

These changes enhance the deployment of the application by ensuring
that it uses the latest image version and improves the handling of
larger requests and longer processing time through appropriate NGINX
configuration.
This commit is contained in:
songtianlun 2025-04-21 15:46:36 +08:00
parent 65808726e5
commit c997b1dc37
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,7 @@ spec:
- cn
containers:
- name: app
image: ydlhero/chatgpt-web-midjourney-proxy:v2.22.7
image: ydlhero/chatgpt-web-midjourney-proxy:v2.23.8
imagePullPolicy: Always
ports:
- containerPort: 3002

View File

@ -6,6 +6,9 @@ metadata:
namespace: imagehost
annotations:
cert-manager.io/cluster-issuer: "dnspod-cluster-issuer"
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
nginx.ingress.kubernetes.io/configuration-snippet: |
location = /Avatar.jpg {
return 301 https://image.frytea.com/i/Avatar.jpg$is_args$args;