This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
pkgs.uv
|
||||
pkgs.pyright
|
||||
pkgs.file
|
||||
pkgs.kubernetes-helm
|
||||
];
|
||||
env = {
|
||||
UV_NO_SYNC = "1";
|
||||
|
||||
@@ -35,7 +35,7 @@ controllers:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8082
|
||||
initialDelaySeconds: 10
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
readiness:
|
||||
enabled: true
|
||||
@@ -46,6 +46,13 @@ controllers:
|
||||
port: 8082
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user