This commit is contained in:
jacob
2025-09-30 07:22:27 +02:00
parent fb8fa8cafe
commit d7c245e288
2 changed files with 31 additions and 0 deletions

12
apps/nginx/svc.yaml Normal file
View File

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