Remove .lionsctl.yaml - lionsctl should auto-detect configuration from Dockerfile and pom.xml
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
# Configuration lionsctl pour unionflow-client
|
||||
deployment:
|
||||
replicas: 1
|
||||
domain: unionflow.lions.dev
|
||||
port: 8080
|
||||
environment: production
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: "1Gi"
|
||||
requests:
|
||||
cpu: "200m"
|
||||
memory: "512Mi"
|
||||
|
||||
health:
|
||||
liveness:
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 10
|
||||
port: 8080
|
||||
readiness:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
port: 8080
|
||||
Reference in New Issue
Block a user