Create service.yaml

This commit is contained in:
Barahalikar Siddharth
2022-06-20 16:04:52 +05:30
committed by GitHub
parent bbb6fcf818
commit d9f2202873

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: secret-app
name: secret-app
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: secret-app
type: NodePort