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