Initial upload

This commit is contained in:
Stephan Lo 2025-06-08 23:57:14 +02:00
parent d25a81780b
commit 005073277b
14 changed files with 236 additions and 145 deletions

View file

@ -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/ABC/stacks/observability/victoria-k8s-stack/values.yaml

View file

@ -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/.*"]

View file

@ -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.ABC
tlsHosts:
- o12y.penguin-observability.think-ahead.cloud
- o12y.ABC
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:
- '{{ .vm.read.path }}/.*'
url_prefix:
- '{{ urlJoin (omit .vm.read "path") }}/'
- src_paths:
- '{{ .vm.write.path }}/.*'
url_prefix:
- '{{ urlJoin (omit .vm.write "path") }}/'
unauthorizedUserAccessSpec: {}
selectAllByDefault: true
vmagent:
# -- Create VMAgent CR
@ -882,6 +871,10 @@ defaultDatasources:
grafana:
enabled: true
# all values for grafana helm chart can be specified here
persistence:
enabled: true
type: pvc
storageClassName: "default"
sidecar:
datasources:
enabled: true