generated from validatedpatterns/multicloud-gitops
-
Notifications
You must be signed in to change notification settings - Fork 24
/
values-portworx.yaml
50 lines (41 loc) · 945 Bytes
/
values-portworx.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
defaultVolumeMode: "Filesystem"
defaultStorageClassName: 'px-csi-db-shared'
global:
extraValueFiles:
- '/values-portworx.yaml'
# This is for the portworx cluster to be able to come up if only 2 AZs are available
storage:
maxStorageNodesPerZone: "3"
drives: "type=gp2,size=100"
# Filesystem mode seems to want the volume to be bigger
vms:
kiosk:
storage: 40Gi
clusterGroup:
namespaces:
- portworx
- vault
- golang-external-secrets
- ansible-automation-platform
- openshift-cnv
- edge-gitops-vms
subscriptions:
openshift-data-foundation:
disabled: true
portworx:
name: portworx-certified
namespace: portworx
channel: stable
source: certified-operators
projects:
- portworx
- hub
applications:
portworx:
name: portworx
namespace: portworx
project: portworx
path: charts/hub/portworx
odf:
disabled: true