Skip to content

Commit

Permalink
fix: enable SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Oct 18, 2023
1 parent 6be500f commit 2ec8a5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
--set-json='images.frontend="ghcr.io/${{ github.repository }}/frontend:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='images.prediction="gitlab.zbmed.de:5050/km/thesis/pierre-ba/backend:a7d3254ee488a236dade40ecedc646861aff9dbe"' \
--set-json='ingress.dns="${{ steps.generate-image-tag.outputs.imageTag }}.mda.qa.km.k8s.zbmed.de"' \
--set-json='ingress.enableSSL="false"' \
mda-deployment/metadata-annotation
deploy_main:
needs: build
Expand Down Expand Up @@ -126,5 +125,4 @@ jobs:
--set-json='images.frontend="ghcr.io/${{ github.repository }}/frontend:${{ github.event.pull_request.head.sha || github.sha }}"' \
--set-json='images.prediction="gitlab.zbmed.de:5050/km/thesis/pierre-ba/backend:a7d3254ee488a236dade40ecedc646861aff9dbe"' \
--set-json='ingress.dns="${{ steps.generate-image-tag.outputs.imageTag }}.mda.qa.km.k8s.zbmed.de"' \
--set-json='ingress.enableSSL="false"' \
mda-deployment/metadata-annotation

0 comments on commit 2ec8a5e

Please sign in to comment.