Skip to content

Commit

Permalink
Merge pull request #183 from vorcigernix/patch-1
Browse files Browse the repository at this point in the history
Update scaling-with-keda.md
  • Loading branch information
vdice authored Jul 1, 2024
2 parents 07f9d52 + e9d537f commit 2b9ed68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/spin-operator/tutorials/scaling-with-keda.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ Let’s deploy the SpinApp and the KEDA ScaledObject instance onto our cluster w
```console
# Deploy the SpinApp
kubectl apply -f config/samples/keda-app.yaml
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/keda-app.yaml
spinapp.core.spinoperator.dev/keda-spinapp created

# Deploy the ScaledObject
kubectl apply -f config/samples/keda-scaledobject.yaml
kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/main/config/samples/keda-scaledobject.yaml
scaledobject.keda.sh/cpu-scaling created
```

Expand Down

0 comments on commit 2b9ed68

Please sign in to comment.