remove port names for TCP issue

This commit is contained in:
marcel-dempers 2020-10-24 20:35:45 +11:00 committed by Marcel Dempers
parent e641758cf0
commit 17ad5d11a7
2 changed files with 0 additions and 2 deletions

View File

@ -55,6 +55,5 @@ spec:
app: playlists-db app: playlists-db
ports: ports:
- protocol: TCP - protocol: TCP
name: http
port: 6379 port: 6379
targetPort: 6379 targetPort: 6379

View File

@ -55,6 +55,5 @@ spec:
app: videos-db app: videos-db
ports: ports:
- protocol: TCP - protocol: TCP
name: http
port: 6379 port: 6379
targetPort: 6379 targetPort: 6379