feat: add nxtgauge-ai-assistant application to argocd
This commit is contained in:
parent
7f98933f73
commit
7f33f98de1
1 changed files with 25 additions and 0 deletions
25
argocd/nxtgauge-ai-assistant-application.yaml
Normal file
25
argocd/nxtgauge-ai-assistant-application.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nxtgauge-ai-assistant
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: ai=registry.nxtgauge.com/nxtgauge-ai-assistant:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/ai.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/ai.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/Traceworks2023/nxtgauge-gitops.git
|
||||
targetRevision: main
|
||||
path: apps/nxtgauge-ai-assistant/overlays/prod
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: nxtgauge
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Add table
Reference in a new issue