mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
feat: migrate thanos charts from banzaicloud to bitnami
This commit is contained in:
@@ -10,50 +10,48 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
# renovate: registryUrl=https://kubernetes-charts.banzaicloud.com
|
# renovate: registryUrl=https://kubernetes-charts.banzaicloud.com
|
||||||
chart: thanos
|
chart: thanos
|
||||||
version: 0.4.3
|
version: 3.17.8
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: banzaicloud-charts
|
name: bitnami-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 5m
|
interval: 5m
|
||||||
values:
|
values:
|
||||||
image:
|
|
||||||
repository: quay.io/thanos/thanos
|
|
||||||
tag: v0.21.1
|
|
||||||
sidecar:
|
|
||||||
enabled: true
|
|
||||||
selector: { app.kubernetes.io/name: prometheus }
|
|
||||||
query:
|
query:
|
||||||
http:
|
enabled: true
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: "nginx"
|
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
|
||||||
hosts: ["thanos.${SECRET_CLUSTER_DOMAIN}"]
|
|
||||||
tls:
|
|
||||||
- hosts: ["thanos.${SECRET_CLUSTER_DOMAIN}"]
|
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
replicaLabels:
|
replicaLabels:
|
||||||
- replica
|
- replica
|
||||||
compact:
|
dnsDiscovery:
|
||||||
retentionResolution1h: 5y
|
sidecarsService: kube-prometheus-stack-thanos-discovery
|
||||||
objstore:
|
sidecarsNamespace: monitoring
|
||||||
type: S3
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
hostname: "thanos.${SECRET_CLUSTER_DOMAIN}"
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: "nginx"
|
||||||
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
||||||
|
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
||||||
|
tls: true
|
||||||
|
queryFrontend:
|
||||||
|
enabled: false
|
||||||
|
bucketweb:
|
||||||
|
enabled: true
|
||||||
|
compactor:
|
||||||
|
enabled: true
|
||||||
|
storegateway:
|
||||||
|
enabled: true
|
||||||
|
ruler:
|
||||||
|
enabled: false
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
objstoreConfig: |-
|
||||||
|
type: s3
|
||||||
config:
|
config:
|
||||||
bucket: "thanos"
|
bucket: thanos
|
||||||
region: "us-east-1"
|
|
||||||
endpoint: ${SECRET_MINIO_ENDPOINT}
|
endpoint: ${SECRET_MINIO_ENDPOINT}
|
||||||
access_key: ${SECRET_MINIO_ACCESS_KEY}
|
access_key: "${SECRET_MINIO_ACCESS_KEY}"
|
||||||
secret_key: ${SECRET_MINIO_SECRET_KEY}
|
secret_key: "${SECRET_MINIO_SECRET_KEY}"
|
||||||
insecure: false
|
insecure: false
|
||||||
signature_version2: false
|
|
||||||
put_user_metadata: {}
|
|
||||||
http_config:
|
|
||||||
idle_conn_timeout: 0s
|
|
||||||
response_header_timeout: 0s
|
|
||||||
insecure_skip_verify: false
|
|
||||||
trace:
|
|
||||||
enable: false
|
|
||||||
part_size: 0
|
|
||||||
|
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: banzaicloud-charts
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 10m
|
|
||||||
url: https://kubernetes-charts.banzaicloud.com
|
|
||||||
timeout: 3m
|
|
@@ -1,7 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- banzaicloud-charts.yaml
|
|
||||||
- bitnami-charts.yaml
|
- bitnami-charts.yaml
|
||||||
- blakeshome-charts.yaml
|
- blakeshome-charts.yaml
|
||||||
- cert-manager-webhook-ovh.yaml
|
- cert-manager-webhook-ovh.yaml
|
||||||
|
Reference in New Issue
Block a user