Skip to content

Commit

Permalink
Add main chart config
Browse files Browse the repository at this point in the history
  • Loading branch information
air-31 committed Jan 8, 2025
1 parent d3ac9e2 commit 55d9bf2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions deploy/crownlabs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ dependencies:
repository: file://../../operators/deploy/instmetrics
condition: instmetrics.enabled

- name: cloudimg-registry
version: "0.1.0"
repository: file://../../operators/deploy/cloudimg-registry
# condition: cloudimg-registry.enabled

- name: policies
version: "0.1.0"
repository: file://../../policies
Expand Down
11 changes: 11 additions & 0 deletions deploy/crownlabs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,17 @@ instmetrics:
updatePeriod: 4s
grpcPort: 9090

cloudimg-registry:
replicaCount: 1
configurations:
volume:
size: "100Gi"
accessMode: "ReadWriteMany"
storageClass: "rook-cephfs-primary"
image:
repository: crownlabs/cloudimg-registry
pullPolicy: IfNotPresent

policies:
ingressHostnamePattern: s??????.sandbox.crownlabs.polito.it
namespaceSelector:
Expand Down
3 changes: 0 additions & 3 deletions operators/deploy/cloudimg-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
replicaCount: 1

configurations:
# Comma separated list of whitelisted IPs (can include glob expressions) that can create instances
allowedIPs: ""
targetNamespace: "cloudimg-registry"
dataRoot: "/data"
readHeaderTimeoutSeconds: 2
volume:
Expand Down

0 comments on commit 55d9bf2

Please sign in to comment.