Skip to content

Commit

Permalink
update envs
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Dec 9, 2023
1 parent d13d0e9 commit d74b1df
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/interceptor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
value: "500ms"
- name: KEDA_CONDITION_WAIT_TIMEOUT
value: "20s"
- name: KEDA_HTTP_DEPLOYMENT_CACHE_POLLING_INTERVAL_MS
- name: KEDA_HTTP_ENDPOINTS_CACHE_POLLING_INTERVAL_MS
value: "1000"
- name: KEDA_HTTP_FORCE_HTTP2
value: "false"
Expand Down
16 changes: 16 additions & 0 deletions examples/v0.6.0/httpscaledobject.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
kind: HTTPScaledObject
apiVersion: http.keda.sh/v1alpha1
metadata:
name: xkcd
spec:
hosts:
- myhost.com
pathPrefixes:
- /test
scaleTargetRef:
name: xkcd
service: xkcd
port: 8080
replicas:
min: 5
max: 10
16 changes: 16 additions & 0 deletions examples/v0.7.0/httpscaledobject.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
kind: HTTPScaledObject
apiVersion: http.keda.sh/v1alpha1
metadata:
name: xkcd
spec:
hosts:
- myhost.com
pathPrefixes:
- /test
scaleTargetRef:
deployment: xkcd
service: xkcd
port: 8080
replicas:
min: 5
max: 10

0 comments on commit d74b1df

Please sign in to comment.