feat: delegation
This commit is contained in:
parent
f8629440d1
commit
1fc02d5615
2 changed files with 96 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue