Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 892 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 892 Bytes

Harbor

Redis (bitnami)

Ставим системный Redis для дальнейшего использования в Harbor.

https://github.com/bitnami/charts/tree/master/bitnami/redis

Готовим Application для ArgoCD

Базы в PostgreSQL

Название User Password
harborcore harbor harborpassword
harborclair harbor harborpassword
harbornotary harbor harborpassword
harbornotarysigner harbor harborpassword

Harbor ((bitnami))

Готовим Application для ArgoCD

Values берем из файла 02-values.yaml

Используем template

helm repo add bitnami https://charts.bitnami.com/bitnami
helm template system-harbor bitnami/harbor -f 02-values.yaml > app/01-harbor.yaml