This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
values.yaml
108 lines (102 loc) · 2.58 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
registry:
enabled: true
# set imagePullSecret to pull image from an authenticated registry
imagePullSecrets: []
# - name: secretName
## uncomment and adjust for kafka persistence
# kafka:
# bootstrapServers: kafka1:9092,kafka2:9092
## uncomment and adjust for sql persistence
# sql:
# url: jdbc:postgresql://postgres/apicurio-registry
# username: apicurio
# password: apicurio-password
image:
registry: "quay.io"
repository: "apicurio/apicurio-registry"
tag: "2.5.8.Final"
# Autodetect image suffix based on persistence type
# the default is true, it is used by helpers.tpl to define the image to use
persistenceSuffix: true
# optional node selector
nodeSelector: {}
# optional init containers
initContainers: []
# list of name, value pairs of extra environment vars
extraEnv: []
# - name: SOME_ENV
# value: SOME_VALUE
resources: {}
# limits:
# cpu: 1000m
# memory: 1300Mi
# requests:
# cpu: 200m
# memory: 600Mi
# list of extra volume mounts
extraVolumeMounts: []
# - name: kafkauser
# mountPath: /opt/user
# readOnly: true
# list of extra volumes
extraVolumes: []
# - name: kafkauser
# secret:
# secretName: kafka-user
# add extraLabels in deployment and pod objects
extraLabels: {}
ingress:
enabled: false
ingressClassName: ""
host: "apicurio.local"
path: "/"
tls: false
annotations: {}
labels: {}
# add podSecurityContext policy
podSecurityContext: {}
# fsGroup: 185
# runAsUser: 185
# runAsNonRoot: true
# securityContext policy
securityContext: {}
sync:
enabled: true
# set imagePullSecret to pull image from an authenticated registry
imagePullSecrets: []
# - name: secretName
image:
registry: "quay.io"
repository: "apicurio/apicurio-registry-kube-sync"
tag: "1.0.1"
# optional node selector
nodeSelector: {}
# optional init containers
initContainers: []
# registryUrl:
resources: {}
# limits:
# cpu: 500m
# memory: 800Mi
# requests:
# cpu: 200m
# memory: 600Mi
# list of extra volume mounts
extraVolumeMounts: []
# - name: kafkauser
# mountPath: /opt/user
# readOnly: true
# list of extra volumes
extraVolumes: []
# - name: kafkauser
# secret:
# secretName: kafka-user
# add extraLabels in deployment and pod objects
extraLabels: {}
# add podSecurityContext policy
podSecurityContext: {}
# fsGroup: 185
# runAsUser: 185
# runAsNonRoot: true
# securityContext policy
securityContext: {}