Files
demo-frontend/deploy/helm/values.yaml
2026-07-21 15:16:40 +00:00

38 lines
485 B
YAML

# Default values
image:
registry: harbor.cjjhc.top/library
name: demo-frontend
tag: "2a5d122e"
pullPolicy: Always
replicaCount: 2
service:
type: ClusterIP
port: 80
ingress:
enabled: true
host: demo-frontend.local
path: /
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
env: []
probes:
liveness:
enabled: true
path: /healthz
port: 80
readiness:
enabled: true
path: /healthz
port: 80