overrides: use memdisk for source-controller
This commit is contained in:
parent
6e645c6abf
commit
5ee8e81372
|
@ -9,7 +9,7 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
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: |
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
|
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
@ -8,6 +8,12 @@ patches:
|
||||||
- op: add
|
- op: add
|
||||||
path: /spec/template/spec/containers/0/args/-
|
path: /spec/template/spec/containers/0/args/-
|
||||||
value: --helm-index-max-size=80000000
|
value: --helm-index-max-size=80000000
|
||||||
|
- op: replace
|
||||||
|
path: /spec/template/spec/volumes/0
|
||||||
|
value:
|
||||||
|
name: temp
|
||||||
|
emptyDir:
|
||||||
|
medium: Memory
|
||||||
target:
|
target:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: "source-controller"
|
name: "source-controller"
|
||||||
|
|
Loading…
Reference in New Issue