Fix variables in k8s catalog template
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
# the port that this service should serve on
|
||||
- port: "6379"
|
||||
targetPort: "6379"
|
||||
- port: 6379
|
||||
targetPort: 6379
|
||||
selector:
|
||||
name: redis-master
|
||||
|
||||
Reference in New Issue
Block a user