Skip to content

Commit

Permalink
Update nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Jan 31, 2024
1 parent a6e701e commit e459a11
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ipFamily: [ipv4, ipv6]
ipFamily: [ipv4]
deployment: [singleNode, multiNode]
env:
JOB_NAME: "docker-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
Expand Down Expand Up @@ -76,13 +76,14 @@ jobs:
- name: Install Helm
run: |
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Install and configure MetalLB
run: |
helm repo add metallb https://metallb.github.io/metallb
helm install metallb metallb/metallb
- name: Configure Helm
run: |
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit e459a11

Please sign in to comment.