Skip to content

Commit

Permalink
[#4108] Start Rest Karapace by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Jul 10, 2023
1 parent 7c12413 commit 1ee6074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
ports:
- name: schema-registry
port: {{ .Values.servicePort }}
selector:
{{- if .Values.restEnabled }}
- name: rest-api
port: {{ .Values.restPort }}
{{- end}} selector:
app: schema-registry
release: {{ .Release.Name }}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kafka:
bootstrapServers: kafka-headless:9092
minBrokers: 1
resources: {}
restEnabled: false
restEnabled: true

0 comments on commit 1ee6074

Please sign in to comment.