From 509980bf2a7b0c9ddfb696538b4a5ebe43c91f39 Mon Sep 17 00:00:00 2001 From: cahe Date: Thu, 14 Mar 2024 15:50:55 -0300 Subject: [PATCH] fix api response time --- kustomize/mycrd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index ecff05b..a2d3862 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -74,12 +74,12 @@ spec: volumes: - name: app-script-volume configMap: - name: app-script-config + name: app-script-config-1 --- apiVersion: v1 kind: ConfigMap metadata: - name: app-script-config + name: app-script-config-1 data: app.py: | #! /bin/python3