Skip to content

Commit

Permalink
fix(examples): add daemonscaler to httpserver (#87)
Browse files Browse the repository at this point in the history
This will allow the k8s operator to automatically
create services. This shouldn't be required in
the future when the operator supports the spreadscaler
for httpserver providers as well.

Signed-off-by: Bailey Hayes <behayes2@gmail.com>
  • Loading branch information
ricochet committed Aug 12, 2024
1 parent 4ab407d commit 788cbc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/quickstart/hello-world-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ spec:
- name: default-http
properties:
address: 127.0.0.1:8080
- type: daemonscaler
properties:
replicas: 1

0 comments on commit 788cbc0

Please sign in to comment.