diff --git a/flake.nix b/flake.nix index 0f66d1a..4dd399a 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,7 @@ pkgs.uv pkgs.pyright pkgs.file + pkgs.kubernetes-helm ]; env = { UV_NO_SYNC = "1"; diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 48a61d7..414f7b7 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -30,22 +30,29 @@ controllers: probes: liveness: enabled: true - custom: true - spec: - httpGet: - path: /health - port: 8082 - initialDelaySeconds: 10 - periodSeconds: 10 + custom: true + spec: + httpGet: + path: /health + port: 8082 + initialDelaySeconds: 30 + periodSeconds: 10 readiness: enabled: true - custom: true + custom: true spec: httpGet: path: /health/ready port: 8082 - initialDelaySeconds: 5 - periodSeconds: 5 + initialDelaySeconds: 5 + periodSeconds: 5 + resources: + requests: + cpu: 100m + memory: 256Mi + limits: + cpu: 500m + memory: 512Mi service: main: