Initial upload
This commit is contained in:
parent
a658c7d8c5
commit
d1c293bfd1
6 changed files with 20 additions and 31 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
|||
- chart: victoria-metrics-k8s-stack
|
||||
repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
targetRevision: 0.48.1
|
||||
releaseName: victoria
|
||||
releaseName: vm
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/otc/central-forgejo.think-ahead.cloud/stacks/observability/victoria-k8s-stack/values.yaml
|
||||
|
|
|
|||
|
|
@ -7,13 +7,9 @@ spec:
|
|||
username: simple-user
|
||||
password: simple-password
|
||||
targetRefs:
|
||||
- crd:
|
||||
kind: VMSingle
|
||||
name: victoria-k8s-stack-victoria-metrics-k8s-stack
|
||||
namespace: observability
|
||||
paths: ["/.*"]
|
||||
- crd:
|
||||
kind: VLogs
|
||||
name: victorialogs
|
||||
namespace: observability
|
||||
paths: ["/.*"]
|
||||
- static:
|
||||
url: http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8429
|
||||
paths: ["/api/v1/write/.*"]
|
||||
- static:
|
||||
url: http://vlogs-victorialogs:9428
|
||||
paths: ["/insert/elasticsearch/.*"]
|
||||
|
|
|
|||
|
|
@ -763,23 +763,12 @@ vmauth:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: main
|
||||
host: o12y.penguin-observability.think-ahead.cloud
|
||||
host: o12y.central-forgejo.think-ahead.cloud
|
||||
tlsHosts:
|
||||
- o12y.penguin-observability.think-ahead.cloud
|
||||
- o12y.central-forgejo.think-ahead.cloud
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
unauthorizedUserAccessSpec:
|
||||
# -- Flag, that allows to disable default VMAuth unauthorized user access config
|
||||
disabled: false
|
||||
discover_backend_ips: true
|
||||
url_map:
|
||||
- src_paths:
|
||||
- '/insert/elasticsearch/.*'
|
||||
url_prefix:
|
||||
- 'http://vlogs-victorialogs:9428'
|
||||
- src_paths:
|
||||
- '/api/v1/write/.*'
|
||||
url_prefix:
|
||||
- 'http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8428'
|
||||
unauthorizedUserAccessSpec: {}
|
||||
selectAllByDefault: true
|
||||
|
||||
vmagent:
|
||||
# -- Create VMAgent CR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue