This commit is contained in:
Lee
2024-09-21 20:43:55 +01:00
parent 5448170c67
commit d24472724a
3 changed files with 0 additions and 50 deletions

View File

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