Deploy Symcrest public website

This commit is contained in:
Arvind Prabhakar 2026-08-16 02:08:57 +00:00
commit 6bdb9b0d4a
8 changed files with 247 additions and 0 deletions

View file

@ -0,0 +1,28 @@
namespace: apps
replicaCount: 2
image:
repository: www.symcrest.com/symcrest/symcrest-web
tag: "1.0.0"
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