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