ops-deployment/mysql/service.yaml
2025-10-08 11:38:29 +02:00

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
type: ClusterIP