valkey + gitea + long build

This commit is contained in:
2026-05-17 21:01:07 +02:00
parent a06a3b58c0
commit 6516c46078
21 changed files with 3731 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Full project import for the chaos test infra:
# - Valkey HA cluster (the system under test)
# - chaosworker (10x runner replicas; user-defined Go service)
# - chaoscollector (1x dashboard; user-defined Go service, subdomain on)
#
# Use with: zcli project project-import zerops-chaos-import.yaml
#
# After import, push the runtime config from valkey/zerops.yaml to deploy
# the app code to chaosworker and chaoscollector.
#
# Hostnames are alphanumeric to match Zerops conventions.
services:
- hostname: chaoscollector
type: go@1
enableSubdomainAccess: true
minContainers: 1
maxContainers: 1
- hostname: chaosworker
type: go@1
minContainers: 10
maxContainers: 10