25 lines
843 B
YAML
25 lines
843 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: nxtgauge-admin-frontend
|
|
namespace: argocd
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: admin=ghcr.io/traceworks2023/nxtgauge-nov-2025-frontend:testingcodex-latest
|
|
argocd-image-updater.argoproj.io/admin.update-strategy: digest
|
|
argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^testingcodex-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-frontend/overlays/prod
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: nxtgauge
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|