11 lines
152 B
Bash
Executable File
11 lines
152 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# TODO: 3
|
|
export NB_REPLICAS=1
|
|
|
|
. ./manifests/bin/deploy.sh
|
|
|
|
kapply prod/delegation.yaml
|
|
|
|
kubectl rollout restart deployment delegation
|