Skip to content

Commit

Permalink
Moved test containers from dockerhub to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Jun 12, 2023
1 parent 02c9863 commit 739799c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cicd/k3s-cilium-cluster/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
spec:
containers:
- name: nginx-test
image: nginx:stable
image: ghcr.io/loxilb-io/nginx:stable
ports:
- containerPort: 80
nodeName: worker1
2 changes: 1 addition & 1 deletion cicd/k3s-cilium-cluster/udp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ metadata:
spec:
containers:
- name: udp-test
image: loxilbio/udp-echo
image: ghcr.io/loxilb-io/udp-echo:latest
ports:
- containerPort: 33333
2 changes: 1 addition & 1 deletion cicd/k3s-flannel-cluster/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ metadata:
spec:
containers:
- name: nginx-test
image: nginx:stable
image: ghcr.io/loxilb-io/nginx:stable
ports:
- containerPort: 80
2 changes: 1 addition & 1 deletion cicd/k3s-flannel-cluster/sctp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
spec:
containers:
- name: sctp-test
image: alpine/socat
image: ghcr.io/loxilb-io/alpine-socat:latest
command: [ "sh", "-c"]
args:
- while true; do
Expand Down
2 changes: 1 addition & 1 deletion cicd/k3s-flannel-cluster/udp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ metadata:
spec:
containers:
- name: udp-test
image: loxilbio/udp-echo
image: ghcr.io/loxilb-io/udp-echo:latest
ports:
- containerPort: 33333

0 comments on commit 739799c

Please sign in to comment.