argo-test

This commit is contained in:
root 2025-02-14 14:06:30 +09:00
parent 495455fa3c
commit 0fce5d71ff
1 changed files with 13 additions and 0 deletions

View File

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