1
0
Fork 0
This repository has been archived on 2025-09-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wsj-discord-standup-notific.../deploy/chart/wsj-standup/values.yaml

31 lines
582 B
YAML

image:
repository: registry.mareshq.com/skaut/wsj/standup-discord-notification
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullSecretBase64: null
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
# If not set and create is true, a name is generated using the fullname template
name: ""
resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 50m
memory: 128Mi
job:
schedule: "0 8 * * 1"
app:
WEBHOOK_URL: null
SENTRY_DSN: null
NODE_ENV: prod