Skip to content

Commit

Permalink
Changing docker file port
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmah4h committed Feb 28, 2024
1 parent 8c75291 commit 0b5f45d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildandPushImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- feat/ci-cd
#- feat/ci-cd
workflow_dispatch:
jobs:
build-and-push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/DeployToAKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
name: Build and deploy to AKS with Helm

on:
push:
branches:
- main
- feat/ci-cd
workflow_dispatch:

env:
Expand Down
3 changes: 2 additions & 1 deletion helm-charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ ingress:
className: "nginx"
port: 80
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "true"

hosts:
- host: "dev-api.infini-connect.devoteam.nl"
paths:
Expand Down

0 comments on commit 0b5f45d

Please sign in to comment.