Kafka 백킹서비스 설치 디렉토리 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wonho
2025-10-23 15:10:20 +09:00
parent 16f82d3553
commit 12baa4bc77
3 changed files with 131 additions and 0 deletions
@@ -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