Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
workflows: add ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Mar 5, 2024
1 parent 0d363bb commit 66bef74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 62 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set up Actuated mirror
uses: self-actuated/hub-mirror@master

- uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
install_only: true

Expand Down Expand Up @@ -152,5 +152,16 @@ jobs:
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=90s
# Now apply an ingress
kubectl apply -f https://kind.sigs.k8s.io/examples/ingress/usage.yaml
# should output "foo-app"
until curl -sSfL localhost/foo/hostname; do
sleep 5
done
# should output "bar-app"
curl localhost/bar/hostname
shell: bash
timeout-minutes: 10
61 changes: 0 additions & 61 deletions .github/workflows/openshift.yaml

This file was deleted.

0 comments on commit 66bef74

Please sign in to comment.