move alertmanager manifest
This commit is contained in:
parent
e0d786c7a4
commit
f6e0ab1023
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: monitoring
|
||||
|
||||
resources:
|
||||
- alertmanager-slack-config.yaml
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
apiVersion: v2
|
||||
name: applications
|
||||
version: '1.0'
|
||||
|
|
@ -1 +0,0 @@
|
|||
environment: staging
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: argocd
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||
- ingress.yaml
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: &host argocd.staging.video.jamkazam.com
|
||||
- op: replace
|
||||
path: /spec/tls/0/hosts/0
|
||||
value: *host
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
|
||||
patchesJson6902:
|
||||
- path: hostname.yaml
|
||||
target:
|
||||
group: networking.k8s.io
|
||||
kind: Ingress
|
||||
name: argocd-server-ingress
|
||||
version: v1
|
||||
|
|
@ -3,7 +3,6 @@ kind: Secret
|
|||
type: Opaque
|
||||
metadata:
|
||||
name: slack-url
|
||||
namespace: monitoring
|
||||
data:
|
||||
apiUrl: aHR0cHM6Ly9ob29rcy5zbGFjay5jb20vc2VydmljZXMvVDBMNVJBM0UwL0IwMVNNOFJDMzQ2L1hERE9yY1BFN2VBWEpQTUN2YzVGeEl2YQ==
|
||||
---
|
||||
|
|
@ -11,7 +10,6 @@ apiVersion: monitoring.coreos.com/v1alpha1
|
|||
kind: AlertmanagerConfig
|
||||
metadata:
|
||||
name: slack
|
||||
namespace: monitoring
|
||||
labels:
|
||||
alertmanagerConfig: slack
|
||||
spec:
|
||||
Loading…
Reference in New Issue