-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
59 lines (59 loc) · 1.03 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
affinity: {}
autoscaling:
enabled: false
maxReplicas: 100
minReplicas: 1
targetCPUUtilizationPercentage: 80
fullnameOverride: ''
image:
imageName: resourceservice
pullPolicy: IfNotPresent
repository: dockerhub.vertexwan.cn/pri/
tag: 1.0.5
ingress:
annotations:
kubernetes.io/ingress.class: nginx
className: ''
enabled: false
hosts:
- host: test.org
paths:
- path: /
pathType: Prefix
tls: []
livenessProbe:
failureThreshold: 300
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 9666
timeoutSeconds: 5
nameOverride: ''
nodeSelector: {}
podAnnotations: {}
podSecurityContext: {}
readinessProbe:
failureThreshold: 100
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 9666
timeoutSeconds: 1
replicaCount: 1
resources:
limits:
cpu: 0.5
memory: 1Gi
securityContext: {}
service:
port: 9666
scrape:
enable: true
type: ClusterIP
serviceAccount:
annotations: {}
create: true
name: ''
tolerations: []