Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Dec 31, 2024
1 parent cbc27fe commit 69a2b7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions demo/deployment-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: fibonacci1
image: axaguildev/fibonacci:pr-77-815
image: axaguildev/fibonacci:latest
livenessProbe:
httpGet:
path: /health
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: fibonacci2
image: axaguildev/fibonacci:pr-77-815
image: axaguildev/fibonacci:latest
livenessProbe:
httpGet:
path: /health
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: fibonacci3
image: axaguildev/fibonacci:pr-77-815
image: axaguildev/fibonacci:latest
livenessProbe:
httpGet:
path: /health
Expand Down Expand Up @@ -187,7 +187,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: fibonacci4
image: axaguildev/fibonacci:pr-77-815
image: axaguildev/fibonacci:latest
livenessProbe:
httpGet:
path: /health
Expand Down
10 changes: 5 additions & 5 deletions demo/deployment-slimfaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ metadata:
name: slimfaas
namespace: slimfaas-demo
spec:
replicas: 1
replicas: 3
podManagementPolicy: Parallel
serviceName: slimfaas
selector:
Expand All @@ -109,7 +109,7 @@ spec:
serviceAccountName: slimfaas
containers:
- name: slimfaas
image: axaguildev/slimfaas:pr-77-857
image: axaguildev/slimfaas:latest
livenessProbe:
httpGet:
path: /health
Expand Down Expand Up @@ -137,9 +137,9 @@ spec:
value: "1"
- name: Logging__LogLevel__SlimFaas
value: "Debug"
- name: SLIMDATA_CONFIGURATION
value: |
{"coldStart":"true"}
#- name: SLIMDATA_CONFIGURATION
# value: |
# {"coldStart":"true"}
#- name: SLIMDATA_CONFIGURATION
# value: |
# {"lowerElectionTimeout":"500","upperElectionTimeout":"1000","requestTimeout":"00:01:20.0000000","rpcTimeout":"00:00:40.0000000","heartbeatThreshold":"0.5"}
Expand Down

0 comments on commit 69a2b7b

Please sign in to comment.