This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/_apps/k8up.yaml

25 lines
491 B
YAML
Raw Normal View History

2020-02-08 13:56:09 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: k8up
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: k8up
server: https://kubernetes.default.svc
2020-06-29 18:55:07 +00:00
project: system
2020-02-08 13:56:09 +00:00
source:
path: k8up
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
---
apiVersion: v1
kind: Namespace
metadata:
name: k8up
2020-07-02 19:31:54 +00:00
labels:
goldilocks.fairwinds.com/enabled: true
prometheus: yes