Supprimer z2/service.yaml

This commit is contained in:
Antonin Filippi 2025-04-23 07:18:26 +00:00
parent 5a4042ba12
commit c6fe78931b

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