add logging app

This commit is contained in:
Andrey Kartashov 2019-11-19 09:57:12 +07:00
parent 993e5801e1
commit b8b41c44fe
6 changed files with 30 additions and 0 deletions

2
apps/system/logging/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
requirements.lock
charts/

View file

@ -0,0 +1 @@
name: logging

View file

@ -0,0 +1,4 @@
dependencies:
- name: graylog
version: '1.3.9'
repository: '@stable'

View file

19
main/apps/logging.yaml Normal file
View file

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: logging
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: logging
server: https://kubernetes.default.svc
project: default
source:
path: apps/system/logging
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
automated:
prune: true
selfHeal: true

View file

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: logging