Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: v1
- kind: Service
- metadata:
- name: bot
- labels:
- app: bot
- spec:
- ports:
- - port: 8000
- targetPort: 8000
- protocol: TCP
- selector:
- app: bot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement