3 Commits

Author SHA1 Message Date
60c2c5fdf6 Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 14s
2025-05-20 01:20:39 +00:00
d19aebb174 change ports 2025-05-19 20:16:56 -05:00
9bc3cc956a enable internal tls 2025-05-19 20:04:09 -05:00
2 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ spec:
- group: '' - group: ''
kind: Service kind: Service
name: harbor-core name: harbor-core
port: 80 port: 443
weight: 100 weight: 100
- matches: - matches:
- path: - path:
@@ -43,5 +43,5 @@ spec:
- group: '' - group: ''
kind: Service kind: Service
name: harbor-portal name: harbor-portal
port: 80 port: 443
weight: 100 weight: 100

View File

@@ -14,6 +14,8 @@ harbor:
size: 80Gi size: 80Gi
existingSecretAdminPassword: harbor-secret existingSecretAdminPassword: harbor-secret
existingSecretAdminPasswordKey: HARBOR_ADMIN_PASSWORD existingSecretAdminPasswordKey: HARBOR_ADMIN_PASSWORD
internalTLS:
enabled: true
ipFamily: ipFamily:
ipv6: ipv6:
enabled: false enabled: false