File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
docs/modules/hive/examples/getting_started Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ releaseName: minio
3+ name: minio
4+ repo:
5+ name: minio
6+ url: https://charts.min.io/
7+ version: {{ versions.minio }}
8+ options:
9+ rootUser: root
10+ rootPassword: rootroot
11+ mode: standalone
12+ users:
13+ - accessKey: hive
14+ secretKey: hivehive
15+ policy: readwrite
16+ buckets:
17+ - name: hive
18+ policy: public
19+ resources:
20+ requests:
21+ memory: 2Gi
22+ service:
23+ type: NodePort
24+ nodePort: null
25+ consoleService:
26+ type: NodePort
27+ nodePort: null
Original file line number Diff line number Diff line change 1+ ---
2+ releaseName: postgresql
3+ name: postgresql
4+ repo:
5+ name: bitnami
6+ url: https://charts.bitnami.com/bitnami/
7+ version: {{ versions.postgresql }}
8+ options:
9+ volumePermissions:
10+ enabled: false
11+ securityContext:
12+ runAsUser: auto
13+ primary:
14+ extendedConfiguration: |
15+ password_encryption=md5
16+ auth:
17+ username: hive
18+ password: hive
19+ database: hive
You can’t perform that action at this time.
0 commit comments