correiabrux

Service

Nov 10th, 2019
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.21 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: Service
  4. metadata:
  5.   name: example
  6.   labels:
  7.     app: example
  8. spec:
  9.   ports:
  10.   - name: http
  11.     port: 80
  12.     protocol: TCP
  13.   selector:
  14.     app: example
  15.   type: LoadBalancer
Advertisement
Add Comment
Please, Sign In to add comment