Skip to content

Commit

Permalink
Merge pull request #2084 from atsign-foundation/feature/stateful-to-d…
Browse files Browse the repository at this point in the history
…eployment

feat: Change statefulset to deployment
  • Loading branch information
cpswan authored Sep 9, 2024
2 parents 91bfd49 + 22d4fb5 commit d1d01d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/at_server_dev_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
cluster_name: ${{ secrets.GKE_DEV_CLUSTER }}
location: ${{ secrets.GKE_DEV_ZONE }}

# Deploy the Docker image to the GKE cluster
# Deploy the Docker image to the GKE cluster
- name: Deploy
run: |-
kubectl -n root set image statefulset root root=atsigncompany/root:dev_env-gha${{ github.run_number }}
kubectl -n root set image deployment/root root=atsigncompany/root:dev_env-gha${{ github.run_number }}
kubectl rollout restart deployment root -n root

0 comments on commit d1d01d5

Please sign in to comment.