mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
15 lines
203 B
YAML
15 lines
203 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis
|
|
labels:
|
|
name: redis
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 6379
|
|
targetPort: 6379
|
|
protocol: TCP
|
|
selector:
|
|
name: redis
|