mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 09:06:24 +00:00
20 lines
401 B
YAML
20 lines
401 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 |