Deploy Symcrest public website
This commit is contained in:
parent
08e5bee431
commit
6bdb9b0d4a
8 changed files with 247 additions and 0 deletions
28
charts/symcrest-web/values.yaml
Normal file
28
charts/symcrest-web/values.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue