Skip to content

Commit

Permalink
Add default empty storage and cloud cache storage spec
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Jan 7, 2025
1 parent c4c9ccb commit f3f8179
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
nodePools:
- name: first
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
nodePools:
- name: first
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand All @@ -17,6 +19,8 @@ spec:
memory: 256Mi
- name: second
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "101m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
nodePools:
- name: second
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "101m"
Expand Down
2 changes: 2 additions & 0 deletions operator/tests/e2e-with-flags/nodepools/00-one-nodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
nodePools:
- name: nodepool1
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand Down
4 changes: 4 additions & 0 deletions operator/tests/e2e-with-flags/nodepools/01-two-nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
nodePools:
- name: nodepool1
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand All @@ -17,6 +19,8 @@ spec:
memory: 256Mi
- name: nodepool2
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
nodePools:
- name: nodepool1
replicas: 0
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand All @@ -17,6 +19,8 @@ spec:
memory: 256Mi
- name: nodepool2
replicas: 3
storage: {}
cloudCacheStorage: {}
resources:
requests:
cpu: "100m"
Expand Down

0 comments on commit f3f8179

Please sign in to comment.