-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
48 lines (42 loc) · 868 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Availability zone key for pods
topologyKey: topology.kubernetes.io/zone
# Harbor portal
ingress:
enabled: true
host: harbor.codemowers.eu
tls:
host: "*.codemowers.eu"
target: traefik.codemowers.eu
class: shared
# Instantiate proxy cache projects for known Docker registries
caches:
docker: true
quay: true
# Mutate pods for cached images
mutation:
enabled: false
exclude:
namespaces:
- kube-system
- tigera-operator
- calico-system
- metallb-system
- longhorn-system
- harbor-operator
- redis-clusters
# Harbor image repository and tag
image:
repository: goharbor
tag: v2.7.1
# Storage options
storage:
session:
capacity: 1Gi
database:
storageClass: postgres
capacity: 1Gi
object:
bucketClass: shared
capacity: 100Gi
# Harbor projects to initialize
projects: []