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

39 lines
634 B
YAML
Raw Normal View History

2026-08-16 02:08:57 +00:00
namespace: apps
replicaCount: 2
image:
repository: www.symcrest.com/symcrest/symcrest-web
2026-09-08 22:29:53 +00:00
tag: "1.0.13"
2026-08-16 02:08:57 +00:00
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