work
This commit is contained in:
14
deploy/helm/stellaops/values-export.yaml
Normal file
14
deploy/helm/stellaops/values-export.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
exportcenter:
|
||||
image:
|
||||
repository: registry.stella-ops.org/export-center
|
||||
tag: latest
|
||||
objectStorage:
|
||||
endpoint: http://minio:9000
|
||||
bucket: export-prod
|
||||
accessKeySecret: exportcenter-minio
|
||||
secretKeySecret: exportcenter-minio
|
||||
signing:
|
||||
kmsKey: exportcenter-kms
|
||||
kmsRegion: us-east-1
|
||||
dsse:
|
||||
enabled: true
|
||||
15
deploy/helm/stellaops/values-notify.yaml
Normal file
15
deploy/helm/stellaops/values-notify.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
notify:
|
||||
image:
|
||||
repository: registry.stella-ops.org/notify
|
||||
tag: latest
|
||||
smtp:
|
||||
host: smtp.example.com
|
||||
port: 587
|
||||
usernameSecret: notify-smtp
|
||||
passwordSecret: notify-smtp
|
||||
webhook:
|
||||
allowedHosts: ["https://hooks.slack.com"]
|
||||
chat:
|
||||
webhookSecret: notify-chat
|
||||
tls:
|
||||
secretName: notify-tls
|
||||
Reference in New Issue
Block a user