Add mini environment support
Some checks failed
Node.js CI / build (push) Has been cancelled
OTA Portal Deploy / build-dev (push) Has been cancelled
OTA Portal Deploy / deploy-dev (push) Has been cancelled
OTA Portal Deploy / build-preprod (push) Has been cancelled
OTA Portal Deploy / deploy-preprod (push) Has been cancelled
OTA Portal Deploy / build-cec-prd (push) Has been cancelled
OTA Portal Deploy / deploy-cec-prd (push) Has been cancelled
OTA Portal Deploy / build-cec-euprd (push) Has been cancelled
OTA Portal Deploy / deploy-cec-euprd (push) Has been cancelled
Blackduck Rapid scan / blackduck (push) Has been cancelled
Some checks failed
Node.js CI / build (push) Has been cancelled
OTA Portal Deploy / build-dev (push) Has been cancelled
OTA Portal Deploy / deploy-dev (push) Has been cancelled
OTA Portal Deploy / build-preprod (push) Has been cancelled
OTA Portal Deploy / deploy-preprod (push) Has been cancelled
OTA Portal Deploy / build-cec-prd (push) Has been cancelled
OTA Portal Deploy / deploy-cec-prd (push) Has been cancelled
OTA Portal Deploy / build-cec-euprd (push) Has been cancelled
OTA Portal Deploy / deploy-cec-euprd (push) Has been cancelled
Blackduck Rapid scan / blackduck (push) Has been cancelled
This commit is contained in:
17
k8s/values-mini.yaml
Normal file
17
k8s/values-mini.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
ingress:
|
||||
hostname: ota-admin.mini.cloud.fiskerinc.com
|
||||
className: traefik
|
||||
|
||||
image:
|
||||
registry: gitea.mini.cloud.fiskerinc.com
|
||||
name: admin/ota-admin-portal
|
||||
tag: latest
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
replicas: 1
|
||||
Reference in New Issue
Block a user