Skip to content

Commit

Permalink
fix: Add gcb skaffold profile to loadgenerator module (GoogleCloudPla…
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Dec 18, 2023
1 parent ea85171 commit 7be0cd1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ profiles:
diskSizeGb: 300
machineType: N1_HIGHCPU_32
timeout: 4000s
# "debug" profile replaces the default Dockerfile in cartservice with Dockerfile.debug,
# "debug" profile replaces the default Dockerfile in cartservice with Dockerfile.debug,
# which enables debugging via skaffold.
#
# This profile is used by default when running skaffold debug.
Expand Down Expand Up @@ -105,3 +105,10 @@ manifests:
- ./kubernetes-manifests/loadgenerator.yaml
deploy:
kubectl: {}
profiles:
- name: gcb
build:
googleCloudBuild:
diskSizeGb: 300
machineType: N1_HIGHCPU_32
timeout: 4000s

0 comments on commit 7be0cd1

Please sign in to comment.