mysql: Begin write kustomize conf

This commit is contained in:
Florian RICHER 2025-03-26 17:29:09 +01:00
parent 2a7051ab3b
commit 4dc2cb0977
3 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: db-service
spec:
type: ClusterIP
ports:
- protocol: TCP
port: 3306
targetPort: 3306