39 lines
633 B
YAML
39 lines
633 B
YAML
namespace: apps
|
|
|
|
replicaCount: 2
|
|
|
|
image:
|
|
repository: www.symcrest.com/symcrest/symcrest-web
|
|
tag: "1.0.8"
|
|
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
|