refacture

This commit is contained in:
jacob
2025-09-30 07:26:45 +02:00
parent 4102d257d5
commit 3edec99275
2 changed files with 0 additions and 31 deletions

View File

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

View File

@@ -1,12 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: dev-svc
spec:
type: NodePort
selector:
app: nginx
ports:
- protocol: TCP
port: 80
targetPort: 80