Deploy Symcrest public website

This commit is contained in:
Arvind Prabhakar 2026-08-16 02:08:57 +00:00
commit 6bdb9b0d4a
8 changed files with 247 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: symcrest-web
namespace: argocd
spec:
project: platform
source:
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
targetRevision: main
path: rendered/symcrest-web
destination:
server: https://kubernetes.default.svc
namespace: apps
syncPolicy:
automated:
prune: false
selfHeal: true