Skip to content

Commit

Permalink
Update levoai-satellite to latest released version
Browse files Browse the repository at this point in the history
Signed-off-by: levobot <[email protected]>
  • Loading branch information
levobot committed Apr 19, 2024
1 parent 5df3d05 commit 04e723b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
8 changes: 4 additions & 4 deletions levoai/levoai-satellite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: 0.2.509
appVersion: 0.2.510
dependencies:
- condition: global.useRabbitmq
name: rabbitmq
repository: file://dependencies/rabbitmq
version: 12.4.2
- name: satellite
repository: file://dependencies/satellite
version: 0.2.509
version: 0.2.510
- name: tagger
repository: file://dependencies/tagger
version: 0.2.509
version: 0.2.510
- condition: global.levoai_config_override.api_rule_evaluation.enabled
name: levoai-ion
repository: file://dependencies/ion
Expand All @@ -26,4 +26,4 @@ description: The Levoai Satellite Service, which receives observations from the
filters et al.
name: levoai-satellite
type: application
version: 0.2.509
version: 0.2.510
4 changes: 2 additions & 2 deletions levoai/levoai-satellite/charts/satellite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 0.2.509
appVersion: 0.2.510
description: A Helm chart for Levoai's HTTP receiver of observations
name: satellite
type: application
version: 0.2.509
version: 0.2.510
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ spec:
- "gevent"
- "--worker-connections"
- "{{ .Values.workerConnections }}"
- "--timeout"
- "{{ .Values.workerTimeout }}"
- "levoai_e7s.satellite.satellite:create_server()"
ports:
- name: http
Expand All @@ -67,17 +69,17 @@ spec:
httpGet:
path: /_status
port: http
initialDelaySeconds: 10
periodSeconds: 3
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /_status
port: http
initialDelaySeconds: 10
periodSeconds: 5
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
timeoutSeconds: 5
Expand Down
3 changes: 2 additions & 1 deletion levoai/levoai-satellite/charts/satellite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ tolerations: []

affinity: {}

workers: 1
workers: 2
workerConnections: 50
workerTimeout: 120

env: []
4 changes: 2 additions & 2 deletions levoai/levoai-satellite/charts/tagger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 0.2.509
appVersion: 0.2.510
description: A Helm chart for Levoai's Schema Type Tagger
name: tagger
type: application
version: 0.2.509
version: 0.2.510

0 comments on commit 04e723b

Please sign in to comment.