feat(infra): data, storage, devtools, and ory layer updates
- data: CNPG cluster tuning, OpenBao values, OpenSearch deployment fixes, OpenSearch PVC, barman vault secret for S3 backup credentials - storage: SeaweedFS filer updates (s3.json via secret subPath), PVC for filer persistent storage - devtools: Gitea values (SSH service, custom theme), gitea-theme-cm ConfigMap - ory: add kratos-selfservice-urls.yaml for self-service flow URLs - media: LiveKit values updated (TURN config, STUN, resource limits) - vso: kustomization cleanup
This commit is contained in:
4
justfile
4
justfile
@@ -8,10 +8,6 @@ install:
|
||||
test:
|
||||
PYTHONPATH=../cli python3 -m unittest discover -s ../cli/sunbeam/tests -p 'test_*.py' -v
|
||||
|
||||
# Run any sunbeam CLI verb (e.g.: just sunbeam status ory)
|
||||
sunbeam *args:
|
||||
PYTHONPATH=../cli python3 -m sunbeam {{args}}
|
||||
|
||||
# Start Lima VM and deploy full stack
|
||||
up:
|
||||
bash scripts/local-up.sh
|
||||
|
||||
Reference in New Issue
Block a user