argocd-test

This commit is contained in:
root 2025-02-14 13:59:56 +09:00
parent 2024ece1c4
commit 2413dcb737
2 changed files with 12 additions and 0 deletions

0
base/test.yaml Normal file
View File

12
test.yaml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: test-pod
spec:
containers:
- name: test-container
image: nginx:latest
ports:
- containerPort: 80
restartPolicy: Always