diff --git a/13-7-mysql-service.yaml b/13-7-mysql-service.yaml new file mode 100644 index 0000000..521cde2 --- /dev/null +++ b/13-7-mysql-service.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Service +metadata: + name: mysql +spec: + ports: + - port: 3306 + protocol: TCP + selector: + app: mysql