Finally remove test mani

This commit is contained in:
j 2025-07-03 15:06:17 +10:00
parent aa7d1e668e
commit 814977bbf7

View file

@ -1,19 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.25
ports:
- containerPort: 80