Skip to content

Commit

Permalink
dafjapfjp
Browse files Browse the repository at this point in the history
  • Loading branch information
newbee1939 committed Jun 26, 2024
1 parent aefcb12 commit 25a872d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions cloudrun/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 25a872d

Please sign in to comment.