2026-06-22 12:22:38 -07:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: queue-crd
|
2026-08-21 20:36:06 -07:00
|
|
|
namespace: sqs
|
2026-06-22 12:22:38 -07:00
|
|
|
annotations:
|
|
|
|
|
argocd.argoproj.io/sync-wave: "2"
|
|
|
|
|
spec:
|
|
|
|
|
project: kmsvc
|
|
|
|
|
source:
|
2026-08-21 20:36:06 -07:00
|
|
|
repoURL: https://forgejo.riotpiao.com/rock/kmsvc-manage.git
|
|
|
|
|
targetRevision: prod
|
2026-06-22 12:22:38 -07:00
|
|
|
path: k8s/charts/queue-crd
|
|
|
|
|
helm:
|
|
|
|
|
values: |
|
|
|
|
|
namespace: sqs
|
|
|
|
|
kafkaBrokers: "kmsvc-kafka-bootstrap.sqs.svc.cluster.local:9092"
|
|
|
|
|
redisAddr: "kmsvc-redis-master.sqs.svc.cluster.local:6379"
|
|
|
|
|
image:
|
|
|
|
|
repository: forgejo.riotpiao.homelab.com/rock/kafka-management-service-queue-operator
|
|
|
|
|
# CI (.forgejo/workflows/release.yaml) writes the released git tag
|
|
|
|
|
# here and pushes the commit -- ArgoCD picks it up on its next sync.
|
|
|
|
|
tag: latest
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: sqs
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|