Files
ops-deployment/mysql/service.yaml

14 lines
204 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mysql
namespace: app-notifications
spec:
selector:
app: mysql
ports:
- protocol: TCP
port: 3306
targetPort: 3306
clusterIP: None