From 53a8d3197e82aec6152bea36323607b41fcc7199 Mon Sep 17 00:00:00 2001 From: cahe Date: Thu, 14 Mar 2024 17:38:28 -0300 Subject: [PATCH] fix api response time --- kustomize/mycrd.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 0e6a93f..868346e 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -56,7 +56,6 @@ spec: initialDelaySeconds: 10 timeoutSeconds: 15 failureThreshold: 10 - successThreshold: 10 httpGet: path: / port: 8000 @@ -77,12 +76,12 @@ spec: volumes: - name: app-script-volume configMap: - name: app-script-config-7 + name: app-script-config-8 --- apiVersion: v1 kind: ConfigMap metadata: - name: app-script-config-7 + name: app-script-config-8 data: app.py: | #! /bin/python3