-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathvalues.yaml
82 lines (68 loc) · 1.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
replicaCount: 1
image:
frontend:
repository: quay.io/mongodb/farm-intro-frontend
backend:
repository: quay.io/mongodb/farm-intro-backend
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
name: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port:
backend: 8000
frontend: 3000
mongodb:
# Set this value to the name of the Secret created by any of
# the MongoDB Operators, containing the `connectionString.standardSrv`
# attribute, used to connect to MongoDB.
#
# The Secret's name will always be:
#
# - <resource-name>-<database>-<user>
#
# In the same namespace that the resource was created.
connectionStringSecret: "<resource-name>-<database>-<user>"
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: sample-app.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: sample-app-tls
# hosts:
# - sample-app.local
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}