feat: delegation

This commit is contained in:
ange 2024-05-01 12:37:16 +02:00
parent f8629440d1
commit 1fc02d5615
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
2 changed files with 96 additions and 1 deletions

View file

@ -1,5 +1,10 @@
#!/bin/bash -e
export NB_REPLICAS=3
# TODO: 3
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
kapply prod/delegation.yaml
kubectl rollout restart deployment delegation