k8s-platform/charts/symcrest-web/values.yaml

39 lines
634 B
YAML

namespace: apps
replicaCount: 2
image:
repository: www.symcrest.com/symcrest/symcrest-web
tag: "1.0.11"
pullPolicy: IfNotPresent
service:
name: symcrest-web
port: 80
targetPort: 3000
route:
name: symcrest-web
gatewayName: public-gateway
gatewayNamespace: apps
hostnames:
- www.symcrest.com
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 250m
memory: 256Mi
nodeSelector:
workload: app
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: symcrest-web