Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy committed Oct 2, 2023
1 parent 505e9cb commit 5ac0d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/marketplace/gcp/schema-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ properties:
importer.config.hedera.mirror.importer.network:
default: "DEMO"
type: string
importer.resources.requests.cpu:
default: "200m"
type: string
importer.resources.requests.memory:
default: "512Mi"
type: string
rest.service.type:
default: ClusterIP
type: string
4 changes: 4 additions & 0 deletions charts/marketplace/gcp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ importer:
rbac:
enabled: false
replicas: 1
resources:
requests:
cpu: 200m
memory: 512Mi
serviceAccount:
create: false

Expand Down

0 comments on commit 5ac0d07

Please sign in to comment.