Skip to content

Commit

Permalink
Switch to production url (#2)
Browse files Browse the repository at this point in the history
* Switch to production url

* Update db

* remove comment

---------

Co-authored-by: Wille Marcel <[email protected]>
  • Loading branch information
sunu and willemarcel authored Feb 13, 2024
1 parent 0d39839 commit b43ea1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/osmcha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ secrets:

app:
replicas: 1
host: osmcha-test.ds.io
host: osmcha.org

api:
image:
repository: ghcr.io/osmcha/osmcha-django
tag: cb935f5044b1dfc0afac9e690c84544f6c54ec70
postgres_host: osmcha-test-withbackedupdata.cz9ktd5n6tn5.us-east-1.rds.amazonaws.com
postgres_host: osmcha-database.cz9ktd5n6tn5.us-east-1.rds.amazonaws.com
postgres_user: postgres
postgres_database: postgres
postgres_database: osmcha
redis_url: redis://redis-master:6379
frontend_tag: v0.86.0-production # should we use this?

Expand All @@ -26,8 +26,8 @@ app:
replicas: 1
nodeSelector: {}
image:
repository: ghcr.io/sunu/osmcha-frontend
tag: latest
repository: ghcr.io/osmcha/osmcha-frontend
tag: d16771e4941c4692dac36b3cbb6a92ac2a49531b

# Nginx config - templates/config-map.yaml
nginxConfig:
Expand Down

0 comments on commit b43ea1d

Please sign in to comment.