add ingress to CI deploy
This commit is contained in:
@@ -87,6 +87,7 @@ jobs:
|
|||||||
lintType: dryrun
|
lintType: dryrun
|
||||||
manifests: |
|
manifests: |
|
||||||
kubernetes/deployment.yaml
|
kubernetes/deployment.yaml
|
||||||
|
kubernetes/ingress.yaml
|
||||||
namespace: optima
|
namespace: optima
|
||||||
|
|
||||||
- name: Deploy to the Kubernetes cluster
|
- name: Deploy to the Kubernetes cluster
|
||||||
@@ -97,5 +98,6 @@ jobs:
|
|||||||
skip-tls-verify: true
|
skip-tls-verify: true
|
||||||
manifests: |
|
manifests: |
|
||||||
kubernetes/deployment.yaml
|
kubernetes/deployment.yaml
|
||||||
|
kubernetes/ingress.yaml
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/project-optima/ttscm-api:${{ github.event.release.tag_name }}
|
ghcr.io/project-optima/ttscm-api:${{ github.event.release.tag_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user