Kafka 백킹서비스 설치 디렉토리 추가
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: kafka-external
|
||||
namespace: kt-event-marketing
|
||||
spec:
|
||||
ports:
|
||||
- name: tcp-client
|
||||
port: 9092
|
||||
protocol: TCP
|
||||
targetPort: client
|
||||
selector:
|
||||
app.kubernetes.io/instance: kafka
|
||||
app.kubernetes.io/name: kafka
|
||||
app.kubernetes.io/part-of: kafka
|
||||
sessionAffinity: None
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user