mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 05:16:37 +00:00
123d1ed49b
This reverts commit 673ce90ab7
.
25 lines
504 B
YAML
25 lines
504 B
YAML
config:
|
|
description: Shared Network Services
|
|
apps:
|
|
- name: proxy
|
|
namespace: proxy
|
|
repoURL: https://lib42.github.io/charts
|
|
chart: squid
|
|
targetRevision: 1.2.0
|
|
|
|
- name: minio
|
|
namespace: minio
|
|
repoURL: https://charts.bitnami.com/bitnami
|
|
chart: minio
|
|
targetRevision: 12.2.6
|
|
secrets:
|
|
- name: minio-auth
|
|
keys:
|
|
- root-user
|
|
- root-password
|
|
|
|
- name: cnpg
|
|
namespace: cnpg-system
|
|
repoURL: https://cloudnative-pg.github.io/charts
|
|
chart: cloudnative-pg
|
|
targetRevision: 0.17.2
|