diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index c6875c3..52f518d 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -87,6 +87,7 @@ jobs: lintType: dryrun manifests: | kubernetes/deployment.yaml + kubernetes/ingress.yaml namespace: optima - name: Deploy to the Kubernetes cluster @@ -97,5 +98,6 @@ jobs: skip-tls-verify: true manifests: | kubernetes/deployment.yaml + kubernetes/ingress.yaml images: | ghcr.io/project-optima/ttscm-api:${{ github.event.release.tag_name }}