Added egress to redis
This commit is contained in:
parent
25ff4f1bb1
commit
34f0f8e5e3
|
@ -36,6 +36,13 @@ specs:
|
|||
- port: '8083'
|
||||
protocol: TCP
|
||||
egress:
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
app.kubernetes.io/name: argocd-redis
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: '6379'
|
||||
protocol: TCP
|
||||
- toEntities:
|
||||
- world
|
||||
toPorts:
|
||||
|
|
Reference in New Issue