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

27 lines
548 B
YAML
Raw Normal View History

2020-01-25 19:53:19 +00:00
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
2020-06-29 18:55:07 +00:00
project: apps
2020-01-25 19:53:19 +00:00
source:
path: owntracks
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
2020-05-31 20:59:36 +00:00
directory:
recurse: true
2020-01-25 19:53:19 +00:00
---
apiVersion: v1
kind: Namespace
metadata:
name: owntracks
2020-07-02 19:31:54 +00:00
labels:
2020-08-24 19:19:20 +00:00
goldilocks.fairwinds.com/enabled: "true"
prometheus: "yes"