Files
demo-go-api/deploy/helm/values.yaml
2026-07-21 15:16:31 +00:00

38 lines
506 B
YAML

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