add nginx

This commit is contained in:
jacob
2025-09-30 07:01:21 +02:00
parent 594aa43c74
commit fb8fa8cafe

19
apps/nginx.yaml Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deploy-1
labels:
app: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx-container
image: nginx:latest