chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
namespace: sova-test
|
||||
|
||||
image:
|
||||
repository: sova-adminpanel
|
||||
tag: local-test
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
host: admin.test.sova.local
|
||||
|
||||
runtimeEnv:
|
||||
API_BASE_URL: http://api.test.sova.local
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
Reference in New Issue
Block a user