32 lines
408 B
YAML
32 lines
408 B
YAML
# Default values for your helm chart
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: ""
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
|
|
podAnnotations: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8060
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
|
|
livenessProbe:
|
|
initialDelaySeconds: 40
|
|
periodSeconds: 20
|
|
|
|
readinessProbe:
|
|
initialDelaySeconds: 60
|
|
periodSeconds: 10
|
|
|
|
env: []
|