Commit 2763de8
[openVSXProxy] Mark the usage of PVC optional
Fixes #14529 Currently, OpenVSXProxy is the only non-optional component that needs PVC's to get things working. The usage of a PVC in AWS reference architecture, means that components can't get restarted in a different zone anymore as PVC's with EBS are specific to a zone. As EKS reference architecture does not enable any other component that uses PVC's (i.e minio), This is a problem specific to `OpenVSXProxy`. By disabling this, OpenVSXProxy's redis now will have lost the cache once a restart occurs which does not seems like a big deal for self-hosted customers. Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>1 parent 03b6062 commit 2763de8
File tree
4 files changed
+10789
-28
lines changed- install/installer
- cmd/testdata/render/vsxproxy-pvc
- pkg
- components/openvsx-proxy
- config/v1
4 files changed
+10789
-28
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments