Files
k8s-gitops/apps/portfolio-edge-project.yaml
T

40 lines
887 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: portfolio-edge
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
description: Restricted GitOps project for the public portfolio Cloudflare Tunnel
sourceRepos:
- http://git.home.lan/jay/k8s-gitops.git
destinations:
- namespace: portfolio-edge
server: https://kubernetes.default.svc
namespaceResourceWhitelist:
- group: ""
kind: LimitRange
- group: ""
kind: ResourceQuota
- group: ""
kind: ServiceAccount
- group: apps
kind: Deployment
- group: bitnami.com
kind: SealedSecret
- group: networking.k8s.io
kind: NetworkPolicy
- group: policy
kind: PodDisruptionBudget
orphanedResources:
warn: true
ignore:
- group: ""
kind: Secret
name: portfolio-edge-tunnel-token