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,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: platform-mysql
namespace: argocd
spec:
project: platform
source:
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
targetRevision: main
path: rendered/platform-mysql
destination:
server: https://kubernetes.default.svc
namespace: platform-services
syncPolicy:
automated:
prune: false
selfHeal: true