From 495455fa3c1f2f5bf542159c4ddac8f4ab300240 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Feb 2025 14:01:14 +0900 Subject: [PATCH] update --- base/test.yaml | 0 test.yaml | 12 ------------ 2 files changed, 12 deletions(-) delete mode 100644 base/test.yaml diff --git a/base/test.yaml b/base/test.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/test.yaml b/test.yaml index 503da05..e69de29 100644 --- a/test.yaml +++ b/test.yaml @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: test-pod -spec: - containers: - - name: test-container - image: nginx:latest - ports: - - containerPort: 80 - restartPolicy: Always -