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

29 lines
460 B
YAML

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