From 25a872d5ae635eb22ff0471714e31be1d23dbee4 Mon Sep 17 00:00:00 2001 From: newbee1939 Date: Thu, 27 Jun 2024 07:42:48 +0900 Subject: [PATCH] dafjapfjp --- cloudrun/job.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/cloudrun/job.yml b/cloudrun/job.yml index 5d79052..47d2880 100644 --- a/cloudrun/job.yml +++ b/cloudrun/job.yml @@ -2,14 +2,11 @@ apiVersion: run.googleapis.com/v1 kind: Job metadata: name: post-tech-rss-to-slack -# spec: -# metadata: -# annotations: -# run.googleapis.com/launch-stage: BETA +spec: + # metadata: + # annotations: + # run.googleapis.com/launch-stage: BETA template: - metadata: - annotations: - run.googleapis.com/execution-environment: gen2 spec: template: spec: @@ -28,9 +25,9 @@ metadata: key: "1" name: RSS_SLACK_BOT_TOKEN - name: RSS_DIRECTORY_PATH - value: "./rss" + value: "./rss-storage" volumeMounts: - - mountPath: "./rss" + - mountPath: "./rss-storage" name: rss volumes: - name: rss