-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathvalues.yaml
More file actions
executable file
·37 lines (35 loc) · 878 Bytes
/
values.yaml
File metadata and controls
executable file
·37 lines (35 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
redis:
enabled: true
auth:
enabled: false
architecture: standalone
master:
persistence:
enabled: true
size: 1Gi # Adjust the size as needed
onetimesecret:
image:
registry: docker.io
repository: onetimesecret/onetimesecret
# tag: "" # overrides the image tag whose default is the chart appVersion
service:
type: ClusterIP
env:
COLONEL: "admin@example.com"
SSL: "true" # Ensure this is a string
SMTP_HOST: "smtp.example.com" # Update your smtp configuration details
SMTP_PORT: "587"
SMTP_USERNAME: "username"
SMTP_PASSWORD: "password"
FROM_EMAIL: "no-reply@example.com"
TO_EMAIL: "no-reply@example.com"
AUTH_SIGNUP: true
AUTH_SIGNIN: true
ingress:
# ingressClassName: ""
enabled: true
annotations: {}
hosts:
- host: onetimesecret.example.com
paths: ["/"]
tls: []