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