Skip to content

Commit c80ad6f

Browse files
committed
template minio and postgresql scripts
1 parent ea7a2d7 commit c80ad6f

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)