Skip to content

Commit 184e4dd

Browse files
authored
feat(harbor): Add Harbor Helm chart configuration (#300)
1 parent 4206b19 commit 184e4dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/values.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,14 @@ applications:
8181
traefik.frontend.rule.type: PathPrefix
8282
hosts:
8383
- "temporal.lan"
84+
- name: harbor
85+
helm:
86+
repoURL: https://helm.goharbor.io
87+
chart: harbor
88+
targetRevision: 1.15.1
89+
valuesObject: |
90+
externalURL: https://harbor.grisha.cloud
91+
expose:
92+
ingress:
93+
hosts:
94+
core: "harbor.grisha.cloud"

0 commit comments

Comments
 (0)