From 3d7db8b1326a51ad2d3c8e071639ff6b47a9a5f5 Mon Sep 17 00:00:00 2001 From: Jackson Roberts Date: Wed, 25 Feb 2026 21:48:47 -0600 Subject: [PATCH] add ingress to CI deploy --- .github/workflows/build-and-publish.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}