mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-21 02:04:40 +00:00
09a95c9bd2
Also updates README to note prior unnoted folders.
92 lines
1.4 KiB
YAML
92 lines
1.4 KiB
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: serai
|
|
pullPolicy: IfNotPresent
|
|
tag: "dev"
|
|
ports:
|
|
- name: p2p
|
|
containerPort: 30333
|
|
protocol: TCP
|
|
- name: prometheus
|
|
containerPort: 9615
|
|
protocol: TCP
|
|
- name: rpc
|
|
containerPort: 9933
|
|
protocol: TCP
|
|
- name: ws
|
|
containerPort: 9944
|
|
protocol: TCP
|
|
|
|
volumeMounts:
|
|
- mountPath: /scripts
|
|
name: configmap-volume
|
|
envVariables:
|
|
- name: CHAIN
|
|
value: dev
|
|
- name: NAME
|
|
value: base
|
|
- name: VALIDATOR
|
|
value:
|
|
args:
|
|
- bash
|
|
- /scripts/entry-dev.sh
|
|
|
|
volumes:
|
|
- configMap:
|
|
defaultMode: 420
|
|
name: configmap
|
|
name: configmap-volume
|
|
|
|
configMapFile: "entry-dev.sh"
|
|
|
|
imagePullSecrets: []
|
|
|
|
serviceAccount:
|
|
create: false
|
|
name: ""
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext: {}
|
|
|
|
securityContext: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: p2p
|
|
port: 30333
|
|
targetPort: p2p
|
|
protocol: TCP
|
|
- name: prometheus
|
|
port: 9615
|
|
targetPort: prometheus
|
|
protocol: TCP
|
|
- name: rpc
|
|
port: 9933
|
|
targetPort: rpc
|
|
protocol: TCP
|
|
- name: ws
|
|
port: 9944
|
|
targetPort: ws
|
|
protocol: TCP
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
annotations: {}
|
|
hosts: []
|
|
tls: []
|
|
|
|
resources: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 1
|
|
maxReplicas: 100
|
|
targetCPUUtilizationPercentage: 80
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|