geocrop-platform./k8s/nextgen/next-gen-chart/values.yaml

29 lines
473 B
YAML

# Default values for next-gen-app.
replicaCount: 1
image:
repository: registry.techarvest.co.zw/next-gen
pullPolicy: IfNotPresent
tag: "latest"
branchName: "main"
service:
type: ClusterIP
port: 3000
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
host: "" # Will be overridden by ApplicationSet
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi