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

31 lines
612 B
YAML

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