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 Jan 25, 2024
1 parent fac62ca commit 8b4bc1c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 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.467
appVersion: 0.2.469
dependencies:
- condition: global.useRabbitmq
name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 12.4.2
- name: satellite
repository: file://dependencies/satellite
version: 0.2.467
version: 0.2.469
- name: tagger
repository: file://dependencies/tagger
version: 0.2.467
version: 0.2.469
- condition: global.levoai_config_override.api_rule_evaluation.enabled
name: levoai-ion
repository: file://dependencies/ion
Expand All @@ -34,4 +34,4 @@ description: The Levoai Satellite Service, which receives observations from the
filters et al.
name: levoai-satellite
type: application
version: 0.2.467
version: 0.2.469
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.467
appVersion: 0.2.469
description: A Helm chart for Levoai's HTTP receiver of observations
name: satellite
type: application
version: 0.2.467
version: 0.2.469
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "-w"
- "1"
- "4"
- "-b"
- "0.0.0.0:{{ .Values.service.port }}"
- "--worker-tmp-dir"
- "/dev/shm"
- "--worker-class"
- "gevent"
- "--worker-connections"
- "30"
- "500"
- "levoai_e7s.satellite.satellite:create_server()"
ports:
- name: http
Expand Down
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.467
appVersion: 0.2.469
description: A Helm chart for Levoai's Schema Type Tagger
name: tagger
type: application
version: 0.2.467
version: 0.2.469
12 changes: 12 additions & 0 deletions levoai/levoai-satellite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ rabbitmq:
username: levoai
password: levoailevoai
erlangCookie: levoaierlangcookie
customReadinessProbe:
exec:
command:
- sh
- '-ec'
- >-
curl -f --user $RABBITMQ_USERNAME:$RABBITMQ_PASSWORD 127.0.0.1:15672/api/health/checks/virtual-hosts
initialDelaySeconds: 10
timeoutSeconds: 20
periodSeconds: 30
successThreshold: 1
failureThreshold: 3

satellite:
fullnameOverride: "levoai-satellite"
Expand Down

0 comments on commit 8b4bc1c

Please sign in to comment.