[gold] Request ephemeral space for all gold servers

Change-Id: Ic294a779d227dc78de123c5fded3c949cd16d16f
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/564816
Reviewed-by: Eric Boren <borenet@google.com>
diff --git a/golden/k8s-config-templates/gold-baselineserver-template.yaml b/golden/k8s-config-templates/gold-baselineserver-template.yaml
index ae64d94..331540a 100644
--- a/golden/k8s-config-templates/gold-baselineserver-template.yaml
+++ b/golden/k8s-config-templates/gold-baselineserver-template.yaml
@@ -84,6 +84,7 @@
             requests:
               memory: "500Mi"
               cpu: "500m"
+              ephemeral-storage: '32M'
           readinessProbe:
             httpGet:
               path: /healthz
diff --git a/golden/k8s-config-templates/gold-diffcalculator-template.yaml b/golden/k8s-config-templates/gold-diffcalculator-template.yaml
index c96eadc..12bfe82 100644
--- a/golden/k8s-config-templates/gold-diffcalculator-template.yaml
+++ b/golden/k8s-config-templates/gold-diffcalculator-template.yaml
@@ -71,6 +71,7 @@
             requests:
               memory: "4Gi" # A rough estimate based on real-world needs.
               cpu: "4"       # 4 diff goroutines in diff/worker.go
+              ephemeral-storage: '32M'
           readinessProbe:
             httpGet:
               path: /healthz
diff --git a/golden/k8s-config-templates/gold-frontend-template.yaml b/golden/k8s-config-templates/gold-frontend-template.yaml
index d98e865..d391a3e 100644
--- a/golden/k8s-config-templates/gold-frontend-template.yaml
+++ b/golden/k8s-config-templates/gold-frontend-template.yaml
@@ -69,6 +69,7 @@
             requests:
               memory: "{{.K8S_MEMORY}}"
               cpu: "{{.K8S_CPU}}"
+              ephemeral-storage: '32M'
           readinessProbe:
             httpGet:
               path: /healthz
diff --git a/golden/k8s-config-templates/gold-gitilesfollower-template.yaml b/golden/k8s-config-templates/gold-gitilesfollower-template.yaml
index 0d85a1e..c39d263 100644
--- a/golden/k8s-config-templates/gold-gitilesfollower-template.yaml
+++ b/golden/k8s-config-templates/gold-gitilesfollower-template.yaml
@@ -59,6 +59,7 @@
             requests:
               memory: "100Mi"
               cpu: "10m"
+              ephemeral-storage: '32M'
           readinessProbe:
             httpGet:
               path: /healthz
diff --git a/golden/k8s-config-templates/gold-ingestion-template.yaml b/golden/k8s-config-templates/gold-ingestion-template.yaml
index 2fdb02d..97c5059 100644
--- a/golden/k8s-config-templates/gold-ingestion-template.yaml
+++ b/golden/k8s-config-templates/gold-ingestion-template.yaml
@@ -75,6 +75,7 @@
             requests:
               memory: "4Gi"
               cpu: 2
+              ephemeral-storage: '32M'
           readinessProbe:
             httpGet:
               path: /healthz
diff --git a/golden/k8s-config-templates/gold-periodictasks-template.yaml b/golden/k8s-config-templates/gold-periodictasks-template.yaml
index e4a8740..cbcd188 100644
--- a/golden/k8s-config-templates/gold-periodictasks-template.yaml
+++ b/golden/k8s-config-templates/gold-periodictasks-template.yaml
@@ -63,6 +63,7 @@
             requests:
               memory: "100Mi"
               cpu: "10m"
+              ephemeral-storage: '32M'
           readinessProbe:
             httpGet:
               path: /healthz