7cc984d66b
* Move Guide topic: Fine Parallel Processing using a Work Queue * add migration notice * fixed capitalization
11 lines
135 B
YAML
11 lines
135 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis
|
|
spec:
|
|
ports:
|
|
- port: 6379
|
|
targetPort: 6379
|
|
selector:
|
|
app: redis
|