-
Notifications
You must be signed in to change notification settings - Fork 4
/
values.yaml
64 lines (57 loc) · 1.23 KB
/
values.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
# Default values for asciinema.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
homeAsciicastId: 1
mailname: localhost
urlHost: localhost:8080
urlScheme: http
urlPort: 80
secretKeyBase: "_______________SECRET_STRING_THAT_IS__64_BYTES__________________"
smtpAddress: "hello@localhost"
images:
redis:
registry: docker.io
repository: redis
tag: 4.0-alpine
pullPolicy: IfNotPresent
replicas: 1
postgres:
registry: docker.io
repository: postgres
tag: 10.6-alpine
pullPolicy: IfNotPresent
asciinema:
registry: docker.io
repository: asciinema/asciinema-server
tag: develop
pullPolicy: IfNotPresent
nginx:
registry: docker.io
repository: nginx
tag: 1.15-alpine
pullPolicy: IfNotPresent
smtp:
registry: docker.io
repository: namshi/smtp
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}