From d7fe9e4203f6313890e2ad4efc12ccd88739cb02 Mon Sep 17 00:00:00 2001 From: dahoud Date: Fri, 12 Dec 2025 23:35:00 +0000 Subject: [PATCH] Remove .lionsctl.yaml - lionsctl should auto-detect configuration from Dockerfile and pom.xml --- .lionsctl.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .lionsctl.yaml diff --git a/.lionsctl.yaml b/.lionsctl.yaml deleted file mode 100644 index 8a40c24..0000000 --- a/.lionsctl.yaml +++ /dev/null @@ -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