Skip to content

Commit

Permalink
feat: align with latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
dtria91 committed Jul 16, 2024
1 parent e0de104 commit df805fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion radicalbit_ai_monitoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
OSS_REPO = "https://github.com/radicalbit/radicalbit-ai-monitoring"
OSS_REPO_API = "https://api.github.com/repos/radicalbit/radicalbit-ai-monitoring"

AVAILABLE_VERSIONS = ["latest", "v0.8.2"]
AVAILABLE_VERSIONS = ["latest", "v0.9.0", "v0.8.2"]

RADICALBIT_FIGLET = "Radicalbit AI Monitoring"
8 changes: 8 additions & 0 deletions radicalbit_ai_monitoring/resources/docker-compose-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
condition: service_completed_successfully
createbuckets:
condition: service_completed_successfully
k3s:
condition: service_healthy
healthcheck:
test: [ "CMD-SHELL", "curl -s http://localhost:9000/healthcheck" ]
interval: 5s
Expand Down Expand Up @@ -156,6 +158,12 @@ services:
- "443" # Ingress controller port 443
ports:
- 6443:6443
healthcheck:
test: [ "CMD-SHELL", "netstat -tuln | grep ':6443 ' || exit 1" ]
interval: 10s
timeout: 5s
start_period: 5s
retries: 2

volumes:
rbit-k3s-server: {}
Expand Down
Loading

0 comments on commit df805fa

Please sign in to comment.