Supprimer service.yaml

This commit is contained in:
Antonin Filippi 2025-04-21 19:00:48 +00:00
parent 6d5e1a839c
commit 098121ddfe

View File

@ -1,16 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: web-app-service
namespace: my-app
labels:
app: web-app
spec:
type: LoadBalancer
selector:
app: web-app
ports:
- protocol: TCP
port: 80
targetPort: 5000
sessionAffinity: None