-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnode.yaml
59 lines (57 loc) · 1.26 KB
/
node.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
statefulset:
- name: appchain
replicas: 1
persistence:
size: 200Gi
storageClassName: gp2
volumeMountPath: /data
containers:
- name: appchain
image:
repository: 111/222
tag: sdfgsdgfsd
workingDir: /data
command:
- sleep
- infinity
# - minid
# - start
ports:
- name: p2p
type: ClusterIP
port: 26656
protocol: TCP
- name: rpc
type: ClusterIP
port: 26657
protocol: TCP
- name: api
type: ClusterIP
port: 1317
protocol: TCP
resources:
limits:
# cpu: 8
memory: 14Gi
requests:
cpu: 1
memory: 9Gi
startupProbe:
tcpSocket:
port: 26657
periodSeconds: 60
failureThreshold: 120
livenessProbe:
tcpSocket:
port: 26657
global:
fullnameOverride: ddddddddd
serviceAccount:
name: appchain
securityContext:
fsGroup: 1001
runAsUser: 1001
runAsGroup: 1001
fsGroupChangePolicy: "Always"
# # Additional manifests to deploy as an array
# additionalManifests: