feat: add Helm chart
This commit is contained in:
parent
67d826cd43
commit
7161a5e290
7 changed files with 166 additions and 0 deletions
27
deploy/chart/wsj-standup/values.yaml
Normal file
27
deploy/chart/wsj-standup/values.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
image:
|
||||
repository: registry.mareshq.com/skaut/wsj/standup-discord-notification
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
imagePullSecrets: []
|
||||
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
|
||||
|
||||
app:
|
||||
WEBHOOK_URL: null
|
||||
SENTRY_DSN: null
|
||||
Reference in a new issue