chore: initial import for test contour

This commit is contained in:
sova-bootstrap
2026-05-27 19:36:33 +03:00
commit 11596ee01b
36 changed files with 2816 additions and 0 deletions
+24
View File
@@ -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