15 lines
219 B
YAML
15 lines
219 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis
|
|
namespace: {{ .namespace }}
|
|
spec:
|
|
selector:
|
|
component: redis
|
|
ports:
|
|
- name: redis
|
|
port: 6379
|
|
targetPort: 6379
|
|
protocol: TCP
|
|
type: ClusterIP
|