mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 13:26:37 +00:00
22 lines
397 B
YAML
22 lines
397 B
YAML
|
config:
|
||
|
description: Shared Network Services
|
||
|
|
||
|
apps:
|
||
|
# Squid Internet Proxy
|
||
|
- name: proxy
|
||
|
namespace: proxy
|
||
|
repoURL: http://honestica.github.io/lifen-charts
|
||
|
chart: squid
|
||
|
targetRevision: 0.3.0
|
||
|
|
||
|
- name: minio
|
||
|
namespace: minio
|
||
|
repoURL: https://charts.bitnami.com/bitnami
|
||
|
chart: minio
|
||
|
targetRevision: 9.0.2
|
||
|
secrets:
|
||
|
- name: minio-auth
|
||
|
keys:
|
||
|
- root-user
|
||
|
- root-password
|