Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit authored Mar 6, 2024
1 parent 4f97b4d commit 7f47438
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ k8s-up:
--repo https://score-spec.github.io/score-helm-charts \
workload \
--values values.yaml \
--set containers.hello-world.image.name=registry.humanitec.io/public/sample-score-app:latest
kubectl set env deployment hello-world DB_PASSWORD=${DB_PASSWORD} DB_USER=${DB_USERNAME} DB_DATABASE=${DB_NAME} DB_HOST=postgres
--set containers.hello-world.image.name=registry.humanitec.io/public/sample-score-app:latest \
--set containers.hello-world.env.DB_PASSWORD=${DB_PASSWORD} \
--set containers.hello-world.env.DB_DATABASE=${DB_NAME} \
--set containers.hello-world.env.DB_HOST=postgres

k8s-test:
kubectl port-forward service/hello-world 8080:8080
Expand Down

0 comments on commit 7f47438

Please sign in to comment.