Skip to content

Commit

Permalink
fix: re-deploy db-rest
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed Oct 3, 2023
1 parent 4ab081c commit 69202bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kubernetes/apps/db-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ spec:
kind: HelmRepository
name: charts
namespace: flux-system
version: '^2.0.0'
version: '^3.0.0'
interval: 5m
values:
image:
updateTagAutomatically: false
repositoryWithRegistry: "docker.io/derhuerst/db-rest"
tag: "5"
repositoryWithRegistry: "ghcr.io/derhuerst/db-rest"
tag: "v5_72caa58_2023-09-19T08.59.46Z"
exposedPort: 3000
environment:
PORT: 3000
hosts:
- 'v5.db.juliustens.eu'
- 'v5.db.api.bahn.guru'

# resources:
# limits:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
- vbb-departure-hotline
- fpti-js-badges
- fptf-badges
# - db-rest
- db-rest
- api-direkt-bahn-guru
- bahn-guru
- link-bahn-guru
Expand Down

0 comments on commit 69202bc

Please sign in to comment.