Added RabbitMQ to the platform
This commit is contained in:
parent
f220e86357
commit
eea5a056fe
9 changed files with 186 additions and 0 deletions
18
argocd-apps/platform/platform-rabbitmq.yaml
Normal file
18
argocd-apps/platform/platform-rabbitmq.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-rabbitmq
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/platform-rabbitmq
|
||||
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