Add nginx deployment

This commit is contained in:
mohand ou idir belfares
2026-06-08 11:00:05 +02:00
committed by GitHub
parent 313537c3f5
commit 0b24cff6b3
+9
View File
@@ -35,6 +35,15 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: Deploy Nginx
run: |
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm install ingress-nginx ingress-nginx/ingress-nginx \
--namespace ingress-nginx \
--create-namespace \
--wait
- name: Deploy Airflow
if: ${{ inputs.service == 'all' || inputs.service == 'airflow' }}
run: |