Skip to content

Commit

Permalink
Merge branch 'main' into remove-extra-schema-mount
Browse files Browse the repository at this point in the history
  • Loading branch information
wscalf authored Sep 11, 2024
2 parents 0378bd8 + 73ed3b0 commit 95c269b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ objects:
name: spicedb-schema
containers:
- name: spicedb
resources:
requests:
memory: "128Mi"
cpu: "25m"
limits:
memory: "256Mi"
cpu: "100m"
volumeMounts:
- name: bootstrap
mountPath: /etc/bootstrap
Expand Down
7 changes: 7 additions & 0 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ objects:
spec:
containers:
- name: spicedb
resources:
requests:
memory: "128Mi"
cpu: "25m"
limits:
memory: "256Mi"
cpu: "100m"
- apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdApp
metadata:
Expand Down
7 changes: 7 additions & 0 deletions deploy/kessel-relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ objects:
name: spicedb-schema
containers:
- name: spicedb
resources:
requests:
memory: "128Mi"
cpu: "25m"
limits:
memory: "256Mi"
cpu: "100m"
volumeMounts:
- name: bootstrap
mountPath: /etc/bootstrap
Expand Down

0 comments on commit 95c269b

Please sign in to comment.