mysql: Add k8s first example

This commit is contained in:
Florian RICHER 2025-03-26 17:18:17 +01:00
parent a1fbe3c1aa
commit 2a7051ab3b
7 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: mysql-phpmyadmin-service
labels:
app: mysql-phpmyadmin
spec:
type: ClusterIP
selector:
app: mysql-phpmyadmin
ports:
- protocol: TCP
port: 80
targetPort: 80