add cache
This commit is contained in:
		| @@ -28,7 +28,7 @@ harbor: | ||||
|     serviceMonitor: | ||||
|       enabled: true | ||||
|   cache: | ||||
|     enabled: false | ||||
|     enabled: true | ||||
|   nginx: | ||||
|     image: | ||||
|       repository: goharbor/nginx-photon | ||||
| @@ -43,13 +43,13 @@ harbor: | ||||
|     image: | ||||
|       repository: goharbor/harbor-core | ||||
|       tag: v2.13.0 | ||||
|     replicas: 2 | ||||
|     replicas: 3 | ||||
|     # existingSecret: harbor-secret | ||||
|   jobservice: | ||||
|     image: | ||||
|       repository: goharbor/harbor-jobservice | ||||
|       tag: v2.13.0 | ||||
|     replicas: 2 | ||||
|     replicas: 3 | ||||
|     jobLoggers: | ||||
|       - stdout | ||||
|     # existingSecret: harbor-secret | ||||
| @@ -89,8 +89,9 @@ harbor: | ||||
|       addr: "harbor-valkey-headless.harbor:6379" | ||||
|   exporter: | ||||
|     image: | ||||
|       repository: ghcr.io/goharbor/harbor-exporter | ||||
|       repository: goharbor/harbor-exporter | ||||
|       tag: v2.13.0 | ||||
|     replicas: 2 | ||||
| valkey: | ||||
|   architecture: replication | ||||
|   auth: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user