keda.yaml 351 B

1234567891011121314151617
  1. kind: HTTPScaledObject
  2. apiVersion: http.keda.sh/v1alpha1
  3. metadata:
  4. name: novnc
  5. spec:
  6. host: novnc.firefox-softethervpn.home.wugi.info
  7. # Optional. Default: 300 seconds.
  8. # Should be smaller than firefox-scaledobject.
  9. scaledownPeriod: 150
  10. scaleTargetRef:
  11. deployment: novnc
  12. service: novnc
  13. port: 80
  14. replicas:
  15. min: 0
  16. max: 1