-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
50 lines (46 loc) · 884 Bytes
/
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
# Default values for ..
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
dashboard:
replicaCount: 1
image:
repository: sprints-dashboard
pullPolicy: IfNotPresent
tag: local
imagePullSecrets: []
podSecurityContext: {}
securityContext: {}
service:
type: ClusterIP
annotations: []
port: 80
targetPort: 8000
ingress:
enabled: false
annotations: []
hosts:
- host: localhost
paths:
- /
tls: []
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
jira:
config: {}
credentials:
existingSecret: ""
dataCollection:
enabled: false
image:
repository: sprints-dashboard
pullPolicy: IfNotPresent
tag: local
mongodb:
architecture: standalone
useStatefulSet: true
initContainers: []
auth:
existingSecret: ""
resources: {}