Supprimer service.yaml
This commit is contained in:
parent
6d5e1a839c
commit
098121ddfe
16
service.yaml
16
service.yaml
@ -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
|
|
Loading…
Reference in New Issue
Block a user