Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Mar 28, 2024
1 parent a8713cf commit 896cd23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/k8s-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ sed -i "s,\#{MAX_REPLICAS}\#,$MAX_REPLICAS,g" deployment/$TARGET/hpa.yaml
sed -i "s,\#{MIN_REPLICAS}\#,$MIN_REPLICAS,g" deployment/$TARGET/hpa.yaml
sed -i "s,\#{UTILISATION_AVERAGE_PERCENT}\#,$UTILISATION_AVERAGE_PERCENT,g" deployment/$TARGET/hpa.yaml

cat deployment/$TARGET/deployment.yaml
cat deployment/$TARGET/hpa.yaml

# Delete or apply
if $DELETE;
then
Expand Down

0 comments on commit 896cd23

Please sign in to comment.