forked from instana/robot-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
64 lines (46 loc) · 1.08 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
# Registry and repository for Docker images
# Default is docker/robotshop/image:latest
image:
repo: robotshop
version: latest
pullPolicy: IfNotPresent
# EUM configuration
# Provide your key and set the endpoint
eum:
key: null
url: https://eum-eu-west-1.instana.io
#url: https://eum-us-west-2.instana.io
# Pod Security Policy
psp:
enabled: false
# For the mini ones minikube, minishift set to true
nodeport: false
# "special" Openshift. Set to true when deploying to any openshift flavour
openshift: false
ocCreateRoute: false
######################################
# Affinities for individual workloads
# set in the following way:
# <workload>:
# affinity: {}
# nodeSelector: {}
# tolerations: []
######################################
cart: {}
catalogue: {}
dispatch: {}
mongodb: {}
mysql: {}
payment:
# Alternative payment gateway URL
# Default is https://www.paypal.com
gateway: null
#gateway: https://www.worldpay.com
rabbitmq: {}
ratings: {}
redis:
# Storage class to use with redis statefulset.
storageClassName: standard
shipping: {}
user: {}
web: {}