Files
demo-java-api/deploy/helm/values.yaml
2026-07-21 17:37:25 +00:00

39 lines
509 B
YAML

# Default values
image:
registry: harbor.cjjhc.top/library
name: demo-java-api
tag: "46393ccf"
pullPolicy: Always
replicaCount: 2
service:
type: ClusterIP
port: 8080
ingress:
enabled: true
className: traefik
host: demo-java-api.local
path: /
resources:
requests:
cpu: 500m
memory: 512Mi
limits:
cpu: 1000m
memory: 1Gi
env: []
probes:
liveness:
enabled: true
path: /healthz
port: 8080
readiness:
enabled: true
path: /healthz
port: 8080