mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 17:18:51 +07:00
feat(platform): add Harbor
This commit is contained in:
parent
fd55b1ada6
commit
f2da28e41a
7
platform/harbor/Chart.yaml
Normal file
7
platform/harbor/Chart.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: harbor
|
||||||
|
version: 0.0.0
|
||||||
|
dependencies:
|
||||||
|
- name: harbor
|
||||||
|
version: 1.8.0
|
||||||
|
repository: https://helm.goharbor.io
|
23
platform/harbor/values.yaml
Normal file
23
platform/harbor/values.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
harbor:
|
||||||
|
expose:
|
||||||
|
ingress:
|
||||||
|
hosts:
|
||||||
|
core: harbor.khuedoan.com
|
||||||
|
notary: harbor.khuedoan.com
|
||||||
|
controller: nginx
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
resourcePolicy: "keep"
|
||||||
|
persistentVolumeClaim:
|
||||||
|
registry:
|
||||||
|
storageClass: "longhorn"
|
||||||
|
chartmuseum:
|
||||||
|
storageClass: "longhorn"
|
||||||
|
jobservice:
|
||||||
|
storageClass: "longhorn"
|
||||||
|
database:
|
||||||
|
storageClass: "longhorn"
|
||||||
|
redis:
|
||||||
|
storageClass: "longhorn"
|
||||||
|
trivy:
|
||||||
|
storageClass: "longhorn"
|
Loading…
Reference in New Issue
Block a user