apps: Remove sample nginx app

This commit is contained in:
2026-01-03 22:37:34 +05:30
parent 6b6fc2e9b8
commit 2e95982073
5 changed files with 0 additions and 59 deletions
-1
View File
@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- nginx-app.yaml
- scriptscribe.yaml
- sealed-secrets.yaml
- cert-manager.yaml
-20
View File
@@ -1,20 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
targetRevision: main
path: manifests/nginx
destination:
server: https://kubernetes.default.svc
namespace: nginx
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true