Compare commits
3 Commits
946d9630a5
...
60c2c5fdf6
Author | SHA1 | Date | |
---|---|---|---|
60c2c5fdf6
|
|||
d19aebb174 | |||
9bc3cc956a |
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user