Skip to content

Fix rq-exporter deployment templating#33

Merged
zifter merged 10 commits into
zifter:mainfrom
korolenkowork:add-sentinel-config-for-rq-exporter
Jun 4, 2026
Merged

Fix rq-exporter deployment templating#33
zifter merged 10 commits into
zifter:mainfrom
korolenkowork:add-sentinel-config-for-rq-exporter

Conversation

@korolenkowork

@korolenkowork korolenkowork commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Fixes #

New render:

containers:
  - name: rq-exporter
    securityContext:
      {}
    image: "mdawar/rq-exporter:v1.9.2"
    imagePullPolicy: Always
    resources:
      {}
    args:
      - "--port"
      - "9726"
      - "--redis-host"
      - "localhost"
      - "--redis-port"
      - "6379"
      - "--redis-db"
      - "0"
      - "--sentinel-host"
      - "sentinel.example"
      - "--sentinel-port"
      - "26379"
      - "--sentinel-master"
      - "mymaster"

Old render:

containers:
  - name: rq-exporter
    securityContext:
      {}
    image: "mdawar/rq-exporter:v1.9.2"
    imagePullPolicy: Always
    resources:
      {}
    args:
      - "--port"
      - "9726"
      - "--redis-host"
      - "localhost"
      - "--redis-port"
      - "6379"
      - "--redis-db"
      - "0"
      -
      - "--sentinel-host"
      - "sentinel.example"
      -
      -
      - "--sentinel-port"
      - "26379"
      -
      -
      - "--sentinel-master"
      - "mymaster"
      -
      -
      -

@korolenkowork korolenkowork changed the title Add sentinel config for rq exporter Fix rq-exporter deployment templating Jun 2, 2026
@zifter zifter merged commit 1fc3f8c into zifter:main Jun 4, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants