diff --git a/apps/monitoring/grafana.pvc.yaml b/apps/monitoring/grafana.pvc.yaml deleted file mode 100644 index 76e2108..0000000 --- a/apps/monitoring/grafana.pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: v1 -kind: PersistentVolume -metadata: - name: grafana-nfs -spec: - capacity: - storage: "1Gi" - accessModes: - - ReadWriteOnce - nfs: - path: /export/kluster/grafana - server: 192.168.1.157 ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: grafana-nfs -spec: - storageClassName: "" - accessModes: - - ReadWriteOnce - resources: - requests: - storage: "1Gi" - volumeName: grafana-nfs diff --git a/apps/monitoring/influxdb.pvc.yaml b/apps/monitoring/influxdb.pvc.yaml deleted file mode 100644 index b6d8c62..0000000 --- a/apps/monitoring/influxdb.pvc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: v1 -kind: PersistentVolume -metadata: - name: influxdb-nfs -spec: - capacity: - storage: "10Gi" - accessModes: - - ReadWriteOnce - nfs: - path: /export/kluster/influxdb - server: 192.168.1.157 ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: influxdb-nfs -spec: - storageClassName: "" - accessModes: - - ReadWriteOnce - resources: - requests: - storage: "10Gi" - volumeName: influxdb-nfs \ No newline at end of file diff --git a/apps/monitoring/influxdb.values.yaml b/apps/monitoring/influxdb.values.yaml deleted file mode 100644 index e9bc49f..0000000 --- a/apps/monitoring/influxdb.values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -## Create default user through docker entrypoint -## Defaults indicated below -## -adminUser: - organization: "influxdata" - bucket: "default" - user: "admin" - retention_policy: "0s" - ## Leave empty to generate a random password and token. - ## Or fill any of these values to use fixed values. - password: "" - token: "" - - -## Persist data to a persistent volume -## -persistence: - enabled: true - ## If true will use an existing PVC instead of creating one - useExisting: true - ## Name of existing PVC to be used in the influx deployment - name: influxdb-nfs - - -ingress: - enabled: false diff --git a/apps/monitoring/kustomization.yaml b/apps/monitoring/kustomization.yaml index 4097cf5..73ec1cb 100644 --- a/apps/monitoring/kustomization.yaml +++ b/apps/monitoring/kustomization.yaml @@ -5,7 +5,7 @@ namespace: monitoring resources: - namespace.yaml - - grafana.pvc.yaml + # - grafana.pvc.yaml # - influxdb.pvc.yaml - grafana.ingress.yaml - grafana-admin.sealedsecret.yaml diff --git a/apps/monitoring/telegraf-speedtest.values.yaml b/apps/monitoring/telegraf-speedtest.values.yaml deleted file mode 100644 index a3e3d82..0000000 --- a/apps/monitoring/telegraf-speedtest.values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -env: - - name: HOSTNAME - value: "telegraf-speedtest" - -service: - enabled: false -rbac: - # Specifies whether RBAC resources should be created - create: false - -serviceAccount: - # Specifies whether a ServiceAccount should be created - create: false - - -## Exposed telegraf configuration -## For full list of possible values see `/docs/all-config-values.yaml` and `/docs/all-config-values.toml` -## ref: https://docs.influxdata.com/telegraf/v1.1/administration/configuration/ -config: - agent: - interval: "2h" - round_interval: true - metric_batch_size: 1000 - metric_buffer_limit: 10000 - collection_jitter: "0s" - flush_interval: "10s" - flush_jitter: "0s" - precision: "" - debug: false - quiet: false - logfile: "" - hostname: "$HOSTNAME" - omit_hostname: false - processors: - - enum: - mapping: - field: "status" - dest: "status_code" - value_mappings: - healthy: 1 - problem: 2 - critical: 3 - outputs: - - influxdb_v2: - urls: - - "http://influxdb-influxdb2.monitoring:80" - token: We64mk4L4bqYCL77x3fAUSYfOse9Kktyf2eBLyrryG9c3-y8PQFiKPIh9EvSWuq78QSQz6hUcsm7XSFR2Zj1MA== - organization: "influxdata" - bucket: "homeassistant" - inputs: - - internet_speed: - enable_file_download: false diff --git a/infrastructure/gitea/gitea.values.yaml b/infrastructure/gitea/gitea.values.yaml index a920536..9cc3a9f 100644 --- a/infrastructure/gitea/gitea.values.yaml +++ b/infrastructure/gitea/gitea.values.yaml @@ -119,7 +119,7 @@ gitea: TYPE: level indexer: ISSUE_INDEXER_TYPE: bleve - REPO_INDEXER_ENABLED: true + REPO_INDEXER_ENABLED: false