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