mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 09:26:24 +00:00
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
402 B
YAML
21 lines
402 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis-external
|
|
spec:
|
|
ports:
|
|
- name: tcp-redis
|
|
port: 6379
|
|
protocol: TCP
|
|
targetPort: redis
|
|
- name: tcp-sentinel
|
|
port: 26379
|
|
protocol: TCP
|
|
targetPort: redis-sentinel
|
|
publishNotReadyAddresses: true
|
|
selector:
|
|
app.kubernetes.io/instance: redis
|
|
app.kubernetes.io/name: redis
|
|
sessionAffinity: None
|
|
type: LoadBalancer
|