25 lines
838 B
YAML
25 lines
838 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: nxtgauge-admin-solid
|
|
namespace: argocd
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: admin=registry.nxtgauge.com/nxtgauge-admin-solid:high-performance-latest
|
|
argocd-image-updater.argoproj.io/admin.update-strategy: digest
|
|
argocd-image-updater.argoproj.io/admin.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-admin-solid/overlays/prod
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: nxtgauge
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|