Files
2021-04-27 11:20:14 +00:00

13 lines
160 B
YAML

apiVersion: v1
kind: Service
metadata:
name: my-service
labels:
app: MyApp
spec:
selector:
app: MyApp
ports:
- protocol: TCP
port: 80