Removerted to using loki-stack
This commit is contained in:
parent
a6823b4871
commit
d96095535e
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user