Skip to content

Commit

Permalink
try fix quotas 3 4 idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 6, 2024
1 parent 24abfa0 commit fb7c07e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ jobs:
env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}

- name: Create namespace elastic
run: kubectl create namespace elastic

- name: Create namespace prometheus
run: kubectl create namespace prometheus

- name: Create namespace application
run: kubectl create namespace application

##### Deploy front to GKE ######
##########################
deploy-front-to-gke:
Expand Down Expand Up @@ -267,6 +258,15 @@ jobs:
cluster_name: khagu-dev-cluster
location: europe-west1

- name: Create namespace elastic
run: kubectl create namespace elastic

- name: Create namespace prometheus
run: kubectl create namespace prometheus

- name: Create namespace application
run: kubectl create namespace application

- name: Deploy to GKE
run: |
gcloud auth configure-docker europe-west1-docker.pkg.dev
Expand Down

0 comments on commit fb7c07e

Please sign in to comment.