aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-02-03 19:50:16 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-02-04 14:57:28 +0000
commita6a96521796890cad9f6ff7a187adfb4263c81c2 (patch)
tree28c891f012a14bb1eba87ac1d4e1c2fe8faf5132 /syz-cluster/dashboard
parent8074eec8c75eb4542672ac0a4c19b3b1d6f6023e (diff)
syz-cluster: use GCS as blob storage
We already use a GCS emulator for the dev environment, use a separate bucket for blobs. Keep using the local storage driver for unit tests.
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/Dockerfile1
-rw-r--r--syz-cluster/dashboard/deployment.yaml7
2 files changed, 1 insertions, 7 deletions
diff --git a/syz-cluster/dashboard/Dockerfile b/syz-cluster/dashboard/Dockerfile
index c813d856e..53925a53b 100644
--- a/syz-cluster/dashboard/Dockerfile
+++ b/syz-cluster/dashboard/Dockerfile
@@ -6,6 +6,7 @@ WORKDIR /build
COPY go.mod ./
COPY go.sum ./
RUN go mod download
+COPY pkg/gcs/ pkg/gcs/
# Build the tool.
COPY syz-cluster/dashboard/ syz-cluster/dashboard/
diff --git a/syz-cluster/dashboard/deployment.yaml b/syz-cluster/dashboard/deployment.yaml
index e6699f211..a3e56dadf 100644
--- a/syz-cluster/dashboard/deployment.yaml
+++ b/syz-cluster/dashboard/deployment.yaml
@@ -23,10 +23,3 @@ spec:
name: global-config
ports:
- containerPort: 8081
- volumeMounts:
- - name: blobs-storage-disk
- mountPath: /blob-storage
- volumes:
- - name: blobs-storage-disk
- persistentVolumeClaim:
- claimName: blob-storage-disk-claim