Skip to content

Commit

Permalink
use kubectl apply
Browse files Browse the repository at this point in the history
  • Loading branch information
phamlequang committed Oct 29, 2023
1 parent 7e8c483 commit 3ec096a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy image to Amazon EKS
run: |
kubectl apply -f eks/aws-auth.yaml
kubectl rollout restart -f eks/deployment.yaml
kubectl apply -f eks/deployment.yaml
kubectl apply -f eks/service.yaml
kubectl apply -f eks/issuer.yaml
kubectl apply -f eks/ingress.yaml
2 changes: 2 additions & 0 deletions eks/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/aws/deploy.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.1/cert-manager.yaml

0 comments on commit 3ec096a

Please sign in to comment.