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 46e4f38 commit 84bddfc
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/test-nginx-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,24 @@ jobs:
- name: Create kind config
run: |
cat > kind-config.yaml << EOF
cat <<-EOF > kind-config.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 80
hostPort: 80
protocol: TCP
- containerPort: 443
hostPort: 443
protocol: TCP
EOF
- role: control-plane
extraPortMappings:
- containerPort: 80
hostPort: 80
protocol: TCP
- containerPort: 443
hostPort: 443
protocol: TCP
EOF
- name: Debug kind config
if: ${{ inputs.debug_enabled }}
run: cat kind-config.yaml

- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 84bddfc

Please sign in to comment.