Add shared MySQL platform service
This commit is contained in:
parent
00d10f50e9
commit
0f2c3ab52e
7 changed files with 195 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue