Nginx-test

This commit is contained in:
2026-01-08 07:18:06 +00:00
parent 7f48286537
commit 7d17dd9ca3

View File

@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-test
namespace: nginx
spec:
selector:
matchLabels:
app: nginx-test
template:
metadata:
labels:
app: nginx-test
spec:
containers:
- name: nginx
image: nginx