From 094518197130532f56251377cc2a46bb87ebaba0 Mon Sep 17 00:00:00 2001 From: zhangdongdong Date: Mon, 28 Feb 2022 09:40:45 +0800 Subject: [PATCH] Revert "Update volumes about log" This reverts commit 4b262c26a11dc06c927c4f7bf418d57478bfbfe1 --- k8s-deploy-template.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 0498814..ff86d9a 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -21,9 +21,6 @@ spec: imagePullPolicy: Always ports: - containerPort: ${PORT} - volumeMounts: - - name: logs-volume - mountPath: /data/logs livenessProbe: httpGet: scheme: HTTP @@ -40,7 +37,3 @@ spec: periodSeconds: 10 imagePullSecrets: - name: kp-schbrain - volumes: - - name: logs-volume - hostPath: - path: /data/logs -- GitLab