# 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