Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: outline upload limit #268

Merged
merged 1 commit into from
Nov 11, 2024
Merged

fix: outline upload limit #268

merged 1 commit into from
Nov 11, 2024

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Nov 11, 2024

No description provided.

Copy link

--- HelmRelease: tools/outline Ingress: tools/outline

+++ HelmRelease: tools/outline Ingress: tools/outline

@@ -6,12 +6,13 @@

   labels:
     app.kubernetes.io/instance: outline
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: outline
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-production
+    nginx.ingress.kubernetes.io/proxy-body-size: '26214400'
 spec:
   ingressClassName: nginx
   tls:
   - hosts:
     - outline.immich.cloud
     secretName: outline-tls

Copy link

--- kubernetes/apps/tools/outline/app Kustomization: flux-system/outline HelmRelease: tools/outline

+++ kubernetes/apps/tools/outline/app Kustomization: flux-system/outline HelmRelease: tools/outline

@@ -64,12 +64,13 @@

               repository: valkey/valkey
               tag: 8.0.1
     ingress:
       app:
         annotations:
           cert-manager.io/cluster-issuer: letsencrypt-production
+          nginx.ingress.kubernetes.io/proxy-body-size: '26214400'
         className: nginx
         hosts:
         - host: outline.immich.cloud
           paths:
           - path: /
             service:

@bo0tzz bo0tzz merged commit afc9761 into main Nov 11, 2024
2 checks passed
@bo0tzz bo0tzz deleted the fix/outline-upload-limit branch November 11, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants