24 lines
298 B
YAML
24 lines
298 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: "<YOUR-IMAGE-REPOSITORY>"
|
|
tag: "latest"
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 3000
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
host: ""
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|