diff --git a/prometheus/ingress.yaml b/prometheus/ingress.yaml deleted file mode 100644 index 8f453ad..0000000 --- a/prometheus/ingress.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -kind: Secret -metadata: - name: prometheus-basic-auth-secret - namespace: prometheus -apiVersion: v1 -type: nginx.org/htpasswd -stringData: - htpasswd: | - aaron:$2y$05$B2.Q.9/e4VEXsnoe.ypjYOkiykmrF2hpApE7CYc2DPIr0pFIdDO1O - tom:$2y$05$BsM7fvmf3Gpuznak5OSgre0x81K4.vxUQO/aKW5cY4gmQOzvssPLO - basti:$$apr1$$XaGDFprb$$O9Y1oRhTNY7U5aa5Lj3wa1 \ No newline at end of file diff --git a/prometheus/kustomization.yaml b/prometheus/kustomization.yaml index 073e908..051c95b 100644 --- a/prometheus/kustomization.yaml +++ b/prometheus/kustomization.yaml @@ -2,3 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization generators: - ./secret-generator.yaml +resources: + - ./alerts.yaml + - ./namespace.yaml + - ./service-monitor-longhorn.yaml + - ./templates.yaml