-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure ci tests cover all components
Services no longer need to be defined in install-all.yaml.
- Loading branch information
1 parent
686a751
commit d2707e8
Showing
3 changed files
with
60 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
atomicInstall: false | ||
base_timeout: 180 | ||
|
||
elasticsearch: | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
memory: "500Mi" | ||
|
||
kafka_manager: | ||
_install: false | ||
|
||
confluent_cloud: | ||
enabled: false | ||
|
||
cp_kafka: | ||
persistence: | ||
size: 1Gi | ||
|
||
postgresql: | ||
primary: | ||
resources: | ||
requests: | ||
cpu: 50m | ||
persistence: | ||
size: 1Gi | ||
|
||
radar_appserver_postgresql: | ||
primary: | ||
resources: | ||
requests: | ||
cpu: 50m | ||
persistence: | ||
size: 1Gi | ||
|
||
timescaledb: | ||
primary: | ||
resources: | ||
requests: | ||
cpu: 50m | ||
persistence: | ||
size: 1Gi | ||
|
||
minio: | ||
persistence: | ||
size: 1Gi | ||
|
||
radar_upload_postgresql: | ||
primary: | ||
resources: | ||
requests: | ||
cpu: 50m | ||
persistence: | ||
size: 1Gi | ||
|
||
ccSchemaRegistryProxy: | ||
_install: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters