Skip to content

Commit 7be0cd1

Browse files
authored
fix: Add gcb skaffold profile to loadgenerator module (#2305)
1 parent ea85171 commit 7be0cd1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

skaffold.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ profiles:
6969
diskSizeGb: 300
7070
machineType: N1_HIGHCPU_32
7171
timeout: 4000s
72-
# "debug" profile replaces the default Dockerfile in cartservice with Dockerfile.debug,
72+
# "debug" profile replaces the default Dockerfile in cartservice with Dockerfile.debug,
7373
# which enables debugging via skaffold.
7474
#
7575
# This profile is used by default when running skaffold debug.
@@ -105,3 +105,10 @@ manifests:
105105
- ./kubernetes-manifests/loadgenerator.yaml
106106
deploy:
107107
kubectl: {}
108+
profiles:
109+
- name: gcb
110+
build:
111+
googleCloudBuild:
112+
diskSizeGb: 300
113+
machineType: N1_HIGHCPU_32
114+
timeout: 4000s

0 commit comments

Comments
 (0)