Initial upload
This commit is contained in:
parent
568afc6cf1
commit
b0aed141e3
6 changed files with 5 additions and 8 deletions
|
@ -28,7 +28,7 @@ customConfig:
|
|||
type: remap
|
||||
inputs: [k8s]
|
||||
source: |
|
||||
.log = parse_json(.message) ?? .message
|
||||
._msg = parse_json(.message) ?? .message
|
||||
del(.message)
|
||||
# Add the cluster environment to the log event
|
||||
.cluster_environment = "kind"
|
||||
|
@ -37,7 +37,7 @@ customConfig:
|
|||
type: elasticsearch
|
||||
inputs: [parser]
|
||||
endpoints:
|
||||
- https://o12y.observability.think-ahead.cloud/insert/elasticsearch/
|
||||
- https://localtest.me/insert/elasticsearch/
|
||||
auth:
|
||||
strategy: basic
|
||||
user: simple-user
|
||||
|
|
|
@ -19,7 +19,6 @@ spec:
|
|||
- chart: victoria-metrics-k8s-stack
|
||||
repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
targetRevision: 0.48.1
|
||||
releaseName: vm-client
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/localtest/localtest.me/stacks/observability-client/vm-client-stack/values.yaml
|
||||
|
|
|
@ -778,7 +778,7 @@ vmagent:
|
|||
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
||||
additionalRemoteWrites:
|
||||
# []
|
||||
- url: https://o12y.observability.think-ahead.cloud/api/v1/write
|
||||
- url: https://localtest.me/api/v1/write
|
||||
basicAuth:
|
||||
username:
|
||||
name: simple-user-secret
|
||||
|
|
|
@ -20,7 +20,6 @@ spec:
|
|||
- chart: grafana-operator
|
||||
repoURL: ghcr.io/grafana/helm-charts
|
||||
targetRevision: v5.18.0
|
||||
releaseName: grafana-operator
|
||||
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
path: "localtest/localtest.me/stacks/observability/grafana-operator/manifests"
|
||||
|
|
|
@ -20,7 +20,6 @@ spec:
|
|||
- chart: victoria-metrics-k8s-stack
|
||||
repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
targetRevision: 0.48.1
|
||||
releaseName: o12y
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/localtest/localtest.me/stacks/observability/victoria-k8s-stack/values.yaml
|
||||
|
|
|
@ -763,9 +763,9 @@ vmauth:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: main
|
||||
host: o12y.observability.think-ahead.cloud
|
||||
host: localtest.me
|
||||
tlsHosts:
|
||||
- o12y.observability.think-ahead.cloud
|
||||
- localtest.me
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
unauthorizedUserAccessSpec: {}
|
||||
selectAllByDefault: true
|
||||
|
|
Loading…
Reference in a new issue