Skip to content

Commit

Permalink
Merge pull request #724 from kongfei605/deployment_up
Browse files Browse the repository at this point in the history
ignore ident for deployment
  • Loading branch information
kongfei605 committed Dec 3, 2023
2 parents 430e084 + 723dd16 commit fc356a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions k8s/deployment-etcd-http.yaml
Expand Up @@ -89,7 +89,7 @@ data:
chan_size = 10000
[[writers]]
url = "http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write"
url = "http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write?ignore_ident=true"
# Basic auth username
basic_auth_user = ""
Expand Down Expand Up @@ -212,7 +212,7 @@ data:
regex: kube-system;kube-dns;metrics
remote_write:
- url: 'http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write'
- url: 'http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write?ignore_ident=true'
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -282,4 +282,4 @@ spec:
name: scrape-config
name: scrape-config
- emptyDir: {}
name: prometheus-wal
name: prometheus-wal
4 changes: 2 additions & 2 deletions k8s/deployment.yaml
Expand Up @@ -101,7 +101,7 @@ data:
chan_size = 10000
[[writers]]
url = "http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write"
url = "http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write?ignore_ident=true"
# Basic auth username
basic_auth_user = ""
Expand Down Expand Up @@ -229,7 +229,7 @@ data:
regex: kube-system;kube-dns;metrics
remote_write:
- url: 'http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write'
- url: 'http://${NSERVER_SERVICE_WITH_PORT}/prometheus/v1/write?ignore_ident=true'
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit fc356a5

Please sign in to comment.