Files
demo-frontend/deploy/helm/values.yaml
2026-07-19 20:34:33 +08:00

38 lines
487 B
YAML

# Default values
image:
registry: 192.168.1.212:1180/library
name: demo-frontend
tag: "443493a5"
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