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/owntracks.yaml
Tobias Brunner d5b95ab32c
All checks were successful
continuous-integration/drone/push Build is passing
add label selector to prometheus
2020-07-02 21:31:54 +02:00

27 lines
544 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: owntracks
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: owntracks
server: https://kubernetes.default.svc
project: apps
source:
path: owntracks
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
directory:
recurse: true
---
apiVersion: v1
kind: Namespace
metadata:
name: owntracks
labels:
goldilocks.fairwinds.com/enabled: true
prometheus: yes