Add shared MySQL platform service

This commit is contained in:
Arvind Prabhakar 2026-09-05 23:29:50 +00:00
commit 0f2c3ab52e
7 changed files with 195 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: platform-mysql-ingress
namespace: platform-services
spec:
endpointSelector:
matchLabels:
app: platform-mysql
ingress:
- fromEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: leantime-poc
toPorts:
- ports:
- port: "3306"
protocol: TCP