Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: v1
- kind: Service
- metadata:
- name: wordpress
- spec:
- type: NodePort
- selector:
- app: wordpress
- ports:
- - port: 80
- targetPort: 80
- nodePort: 30080
- ---
- apiVersion: v1
- kind: Service
- metadata:
- name: db
- spec:
- selector:
- app: db
- ports:
- - port: 3306
- targetPort: 3306
Advertisement
Add Comment
Please, Sign In to add comment