Skip to content

Commit

Permalink
dc/echarging-ocpi clean up domains + cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 5, 2024
1 parent 57b19e8 commit b18e6d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dc-echarging-ocpi-driwe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
env:
LOGLEVEL: "INFO"
envSecret:
OCPI_TOKENS: ${{ secrets.ECHARGING_OCPI_NEOGY_TOKENS }}
OCPI_TOKENS: ${{ secrets.ECHARGING_OCPI_DRIWE_TOKENS }}
PULL_LOCATIONS_ENDPOINT: "https://ocpi.driwe.club/2.2.1/locations?limit=200"
PULL_TOKEN: "${{ secrets.ECHARGING_NEOGY_OCPI_TOKEN_C }}"
PULL_TOKEN: "${{ secrets.ECHARGING_DRIWE_OCPI_TOKEN_C }}"
EOF
Expand Down
2 changes: 1 addition & 1 deletion collectors/echarging-ocpi/infrastructure/helm/driwe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ingress:
- ocpi-driwe.ex.dev.testingmachine.eu
secretName: tls-ocpi-driwe
hosts:
- host: ocpi-driwe.ex.dev.testingmachine.eu
- host: driwe.ocpi.ex.dev.testingmachine.eu
paths:
- path: "/"
pathType: Prefix
Expand Down
5 changes: 5 additions & 0 deletions collectors/echarging-ocpi/infrastructure/helm/neogy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ ingress:
- ocpi-neogy.ex.dev.testingmachine.eu
secretName: tls-ocpi-neogy
hosts:
# Remove this as soon we get into production, and move to the <provider>.ocpi type subdomain
- host: ocpi-neogy.ex.dev.testingmachine.eu
paths:
- path: "/"
pathType: Prefix
- host: neogy.ocpi.ex.dev.testingmachine.eu
paths:
- path: "/"
pathType: Prefix

env:
PORT: 8080
Expand Down

0 comments on commit b18e6d3

Please sign in to comment.