Remove .lionsctl.yaml - lionsctl should auto-detect configuration from Dockerfile and pom.xml

This commit is contained in:
dahoud
2025-12-12 23:35:00 +00:00
parent c031464f71
commit d7fe9e4203

View File

@@ -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