Skip to content

Commit

Permalink
add kafka-client-id
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasDev committed Jul 20, 2023
1 parent f5333be commit 0ec7216
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion naiserator-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@ spec:
- name: OPPGAVEBEHANDLING_URL
value: https://oppgave-q1.dev-fss-pub.nais.io/api/v1/oppgaver
- name: OPPGAVE_HENDELSE_TOPIC
value: oppgavehandtering.oppgavehendelse-q1-v1
value: oppgavehandtering.oppgavehendelse-q1-v1
- name: KAFKA_CLIENT_ID
valueFrom:
fieldRef:
fieldPath: metadata.name
6 changes: 5 additions & 1 deletion naiserator-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@ spec:
- name: OPPGAVEBEHANDLING_URL
value: https://oppgave.prod-fss-pub.nais.io/api/v1/oppgaver
- name: OPPGAVE_HENDELSE_TOPIC
value: oppgavehandtering.oppgavehendelse-v1
value: oppgavehandtering.oppgavehendelse-v1
- name: KAFKA_CLIENT_ID
valueFrom:
fieldRef:
fieldPath: metadata.name

0 comments on commit 0ec7216

Please sign in to comment.