Delete service.yml

This commit is contained in:
Barahalikar Siddharth
2022-06-08 01:10:04 +05:30
committed by GitHub
parent ff28804686
commit a617e9331a

View File

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