Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Nov 16, 2024
1 parent c5bb7b2 commit f3a6719
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-haproxy-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ jobs:
run: |
helm repo add haproxy-ingress https://haproxy-ingress.github.io/charts
helm repo update
helm install haproxy-ingress haproxy-ingress/haproxy-ingress \
helm install haproxy haproxy-ingress/haproxy-ingress \
--set controller.service.type=NodePort \
--set controller.watchIngressWithoutClass=true
--set controller.kind=DaemonSet \
--set controller.daemonset.useHostPort=true \
--set controller.service.ports.http=80 \
--set controller.service.ports.https=443 \
--set controller.service.ports.stat=30024
- name: Wait for HAProxy Ingress
run: |
Expand Down

0 comments on commit f3a6719

Please sign in to comment.