Skip to content

Commit

Permalink
chore: add metabase
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jul 31, 2024
1 parent 4fdb511 commit b823370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ resource "argocd_application" "metabase" {
}

destination {
server = argocd_cluster.prod.server
name = "ops"
namespace = "guardian"
}
}
Expand Down
2 changes: 1 addition & 1 deletion metabase/prod/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`mb.prod.nsl.xyz`)
match: Host(`metabase.naturalselectionlabs.com`)
services:
- name: metabase
port: 3000

0 comments on commit b823370

Please sign in to comment.