No I don't have an extra kps somewhere.
This commit is contained in:
parent
396cf511b4
commit
a440908ffe
2 changed files with 11 additions and 14 deletions
|
@ -23,9 +23,8 @@ spec:
|
||||||
cleanupOnFail: true
|
cleanupOnFail: true
|
||||||
crds: CreateReplace
|
crds: CreateReplace
|
||||||
remediation:
|
remediation:
|
||||||
|
strategy: rollback
|
||||||
retries: 3
|
retries: 3
|
||||||
uninstall:
|
|
||||||
keepHistory: false
|
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: openebs
|
- name: openebs
|
||||||
namespace: openebs-system
|
namespace: openebs-system
|
||||||
|
@ -107,13 +106,13 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
thanosServiceMonitor:
|
thanosServiceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
thanosServiceExternal:
|
# thanosServiceExternal:
|
||||||
enabled: true
|
# enabled: true
|
||||||
type: LoadBalancer
|
# type: LoadBalancer
|
||||||
annotations:
|
# annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: thanos.jahanson.tech
|
# external-dns.alpha.kubernetes.io/hostname: thanos.jahanson.tech
|
||||||
io.cilium/lb-ipam-ips: 10.45.0.6
|
# io.cilium/lb-ipam-ips: 10.45.0.6
|
||||||
externalTrafficPolicy: Cluster
|
# externalTrafficPolicy: Cluster
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
podMetadata:
|
podMetadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -129,7 +128,7 @@ spec:
|
||||||
enableAdminAPI: true
|
enableAdminAPI: true
|
||||||
walCompression: true
|
walCompression: true
|
||||||
enableFeatures:
|
enableFeatures:
|
||||||
- auto-gomaxprocs
|
- auto-gomemlimit
|
||||||
- memory-snapshot-on-shutdown
|
- memory-snapshot-on-shutdown
|
||||||
- new-service-discovery-manager
|
- new-service-discovery-manager
|
||||||
image:
|
image:
|
||||||
|
@ -191,6 +190,8 @@ spec:
|
||||||
forceDeployDashboards: true
|
forceDeployDashboards: true
|
||||||
sidecar:
|
sidecar:
|
||||||
dashboards:
|
dashboards:
|
||||||
|
annotations:
|
||||||
|
grafana_folder: Kubernetes
|
||||||
multicluster:
|
multicluster:
|
||||||
etcd:
|
etcd:
|
||||||
enabled: true
|
enabled: true
|
|
@ -74,10 +74,6 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: openebs-hostpath
|
storageClass: openebs-hostpath
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
query:
|
|
||||||
replicas: 2
|
|
||||||
extraArgs: ["--alert.query-url=https://thanos.jahanson.tech"]
|
|
||||||
additionalStores: ["thanos.jahanson.tech:10901"]
|
|
||||||
queryFrontend:
|
queryFrontend:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
|
Loading…
Reference in a new issue