inital commit

This commit is contained in:
Zahid
2026-07-17 21:26:51 -07:00
commit c18468dde5
9 changed files with 112 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Service
metadata: {name: mysql}
spec:
clusterIP: None
selector: {app: mysql}
ports:
- port: 3306