From 2456a9962a437d7c9cb9850293e24b5419d80681 Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Sat, 4 May 2024 01:55:12 +0200 Subject: [PATCH] disable probes (#36) --- charts/multi-arch-container-dotnet/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/multi-arch-container-dotnet/values.yaml b/charts/multi-arch-container-dotnet/values.yaml index da8d126..b5faef9 100644 --- a/charts/multi-arch-container-dotnet/values.yaml +++ b/charts/multi-arch-container-dotnet/values.yaml @@ -71,14 +71,14 @@ resources: {} # cpu: 100m # memory: 128Mi -livenessProbe: - httpGet: - path: / - port: http -readinessProbe: - httpGet: - path: / - port: http +# livenessProbe: +# httpGet: +# path: / +# port: http +# readinessProbe: +# httpGet: +# path: / +# port: http autoscaling: enabled: false