Skip to content

Commit

Permalink
Remove unused consumer and producer toy examples (#568)
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd authored Oct 17, 2024
1 parent 0138e00 commit de6da5b
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 5,274 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/controller-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,41 +80,3 @@ jobs:
run: |
docker push ghcr.io/${{ env.IMAGE_NAME }}/vreplicaset-controller:latest
docker push ghcr.io/${{ env.IMAGE_NAME }}/vreplicaset-controller:${{ github.sha }}
build-producer-controller:
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log into registry ghcr.io
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
- name: Build producer controller image
run: |
cp docker/controller/Dockerfile .
docker build -t ghcr.io/${{ env.IMAGE_NAME }}/producer-controller:latest --build-arg APP=producer .
docker tag ghcr.io/${{ env.IMAGE_NAME }}/producer-controller:latest ghcr.io/${{ env.IMAGE_NAME }}/producer-controller:${{ github.sha }}
- name: Push producer controller image
run: |
docker push ghcr.io/${{ env.IMAGE_NAME }}/producer-controller:latest
docker push ghcr.io/${{ env.IMAGE_NAME }}/producer-controller:${{ github.sha }}
build-consumer-controller:
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log into registry ghcr.io
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
- name: Build consumer controller image
run: |
cp docker/controller/Dockerfile .
docker build -t ghcr.io/${{ env.IMAGE_NAME }}/consumer-controller:latest --build-arg APP=consumer .
docker tag ghcr.io/${{ env.IMAGE_NAME }}/consumer-controller:latest ghcr.io/${{ env.IMAGE_NAME }}/consumer-controller:${{ github.sha }}
- name: Push consumer controller image
run: |
docker push ghcr.io/${{ env.IMAGE_NAME }}/consumer-controller:latest
docker push ghcr.io/${{ env.IMAGE_NAME }}/consumer-controller:${{ github.sha }}
6 changes: 0 additions & 6 deletions deploy/consumer/consumer.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions deploy/consumer/crd.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions deploy/consumer/deploy_local.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions deploy/consumer/deploy_remote.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions deploy/consumer/rbac.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions deploy/producer/crd.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions deploy/producer/deploy_local.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions deploy/producer/deploy_remote.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/producer/producer.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions deploy/producer/rbac.yaml

This file was deleted.

Loading

0 comments on commit de6da5b

Please sign in to comment.