overrides: use memdisk for source-controller

This commit is contained in:
xeruf 2024-04-18 20:06:41 +03:00
parent 6e645c6abf
commit 5ee8e81372
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "5g"
nginx.ingress.kubernetes.io/proxy-body-size: "1g"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
hosts:

View File

@ -8,6 +8,12 @@ patches:
- op: add
path: /spec/template/spec/containers/0/args/-
value: --helm-index-max-size=80000000
- op: replace
path: /spec/template/spec/volumes/0
value:
name: temp
emptyDir:
medium: Memory
target:
kind: Deployment
name: "source-controller"