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

28 lines
413 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-06 20:17:44 +00:00
tag: "1.0.5"
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