Removerted to using loki-stack

This commit is contained in:
Marcus Noble 2021-06-14 12:40:16 +01:00
parent a6823b4871
commit d96095535e
2 changed files with 48 additions and 48 deletions

View File

@ -1,24 +1,24 @@
# apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
# kind: Application kind: Application
# metadata: metadata:
# name: loki name: loki
# namespace: argocd namespace: argocd
# finalizers: finalizers:
# - resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
# spec: spec:
# project: cluster.fun project: cluster.fun
# destination: destination:
# namespace: logging namespace: logging
# name: cluster-fun (scaleway) name: cluster-fun (scaleway)
# source: source:
# path: manifests/loki_chart path: manifests/loki_chart
# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
# targetRevision: HEAD targetRevision: HEAD
# syncPolicy: syncPolicy:
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true
# automated: {} automated: {}
# ignoreDifferences: ignoreDifferences:
# - kind: Secret - kind: Secret
# jsonPointers: jsonPointers:
# - /data - /data

View File

@ -1,24 +1,24 @@
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: monitoring # name: monitoring
namespace: argocd # namespace: argocd
finalizers: # finalizers:
- resources-finalizer.argocd.argoproj.io # - resources-finalizer.argocd.argoproj.io
spec: # spec:
project: cluster.fun # project: cluster.fun
destination: # destination:
namespace: monitoring # namespace: monitoring
name: cluster-fun (scaleway) # name: cluster-fun (scaleway)
source: # source:
path: manifests/monitoring # path: manifests/monitoring
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" # repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD # targetRevision: HEAD
syncPolicy: # syncPolicy:
automated: {} # automated: {}
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
ignoreDifferences: # ignoreDifferences:
- kind: Secret # - kind: Secret
jsonPointers: # jsonPointers:
- /data # - /data