Skip to content

Commit

Permalink
CONNECT ENV and HEAP TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
YunanJeong committed Nov 2, 2023
1 parent 158bbf9 commit 2603402
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file modified skafka-2.0.3.tgz
Binary file not shown.
3 changes: 2 additions & 1 deletion skafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@ connect:
repository: confluentinc/cp-kafka-connect
pullPolicy: IfNotPresent
tag: "" # 7.2.2
configMapPairs:
configMapPairs: # 지정된 KEY 외에도 커스텀 환경변수를 넘길 수 있음
CONNECT_BOOTSTRAP_SERVERS: "{{ .Release.Name }}-kafka:9092"
CONNECT_REST_PORT: "8083"
# KAFKA_HEAP_OPTS: "-Xms4G -Xmx4G"
extraVolumeMounts: []
# - name: plugin
# mountPath: /usr/share/confluent-hub-components
Expand Down
3 changes: 2 additions & 1 deletion values/kraft-multi-ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,10 @@ connect:
repository: confluentinc/cp-kafka-connect # registry 포함 표기 가능. 없으면 container runtime의 default
pullPolicy: IfNotPresent
tag: 7.2.2
configMapPairs:
configMapPairs: # 지정된 KEY 외에도 커스텀 환경변수를 넘길 수 있음
CONNECT_BOOTSTRAP_SERVERS: "{{ .Release.Name }}-kafka:9092"
CONNECT_REST_PORT: "8083"
# KAFKA_HEAP_OPTS: "-Xms4G -Xmx4G"
extraVolumeMounts: # []
- name: plugin
mountPath: /usr/share/confluent-hub-components
Expand Down
3 changes: 2 additions & 1 deletion values/kraft-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,10 @@ connect:
repository: confluentinc/cp-kafka-connect # registry 포함 표기 가능. 없으면 container runtime의 default
pullPolicy: IfNotPresent
tag: 7.2.2
configMapPairs:
configMapPairs: # 지정된 KEY 외에도 커스텀 환경변수를 넘길 수 있음
CONNECT_BOOTSTRAP_SERVERS: "{{ .Release.Name }}-kafka:9092"
CONNECT_REST_PORT: "8083"
# KAFKA_HEAP_OPTS: "-Xms4G -Xmx4G"
extraVolumeMounts: # []
- name: plugin
mountPath: /usr/share/confluent-hub-components
Expand Down

0 comments on commit 2603402

Please sign in to comment.