Skip to content

Commit 2763de8

Browse files
Pothulapatiroboquat
authored andcommitted
[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

4 files changed

+10789
-28
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2+
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.
3+
4+
apiVersion: v1
5+
domain: gitpod.example.com
6+
openVSX:
7+
proxy:
8+
disablePVC: true

0 commit comments

Comments
 (0)