Add nginx deployment
This commit is contained in:
committed by
GitHub
parent
313537c3f5
commit
0b24cff6b3
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user