Skip to content

Commit

Permalink
syz-cluster: configure the GCS emulator
Browse files Browse the repository at this point in the history
Adjust its options to allow the uploading of big files (that is
necessary for Argo workflow artifacts).
  • Loading branch information
a-nogikh committed Jan 21, 2025
1 parent 12899b1 commit ed2815a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion syz-cluster/overlays/dev/fake-gcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ spec:
- name: fake-gcs-server
imagePullPolicy: IfNotPresent
image: fsouza/fake-gcs-server
args: ["-scheme", "http", "-public-host", "fake-gcs-server.default.svc.cluster.local"]
args: [
"-scheme", "http",
"-public-host", "fake-gcs-server.default.svc.cluster.local",
"-external-url", "http://fake-gcs-server.default.svc.cluster.local:4443"
]
ports:
- containerPort: 4443
volumeMounts:
Expand Down

0 comments on commit ed2815a

Please sign in to comment.