Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwangjong authored Jun 24, 2024
1 parent 13693eb commit 0020f63
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,3 @@ jobs:
docker push kwangjong/hdfs-nn
docker push kwangjong/hdfs-dn
docker push kwangjong/go-kafka-consumer
deploy:
runs-on: ubuntu-latest
needs: build-and-push
steps:
- name: Start Minikube
run: minikube start

- name: Apply Kubernetes manifests
run: |
kubectl apply -f k8s/cassandra.yaml
kubectl apply -f k8s/kafka-broker.yaml
kubectl apply -f k8s/zookeeper.yaml
kubectl apply -f k8s/spark-stream-processor.yaml
kubectl apply -f k8s/java-coinbase-producer.yaml
kubectl apply -f k8s/grafana.yaml
kubectl apply -f k8s/hdfs.yaml
kubectl apply -f k8s/go-kafka-consumer.yaml
- name: Clean up
run: minikube delete

- name: Shutdown Minikube
run: minikube delete

0 comments on commit 0020f63

Please sign in to comment.