fix: redis service name
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: cilium.io/v2
|
||||||
|
kind: CiliumNetworkPolicy
|
||||||
|
metadata:
|
||||||
|
name: allow-atlantis-services
|
||||||
|
namespace: atlantis
|
||||||
|
spec:
|
||||||
|
egress:
|
||||||
|
- toEndpoints:
|
||||||
|
- matchLabels:
|
||||||
|
"k8s:io.kubernetes.pod.namespace": redis
|
||||||
|
- toEndpoints:
|
||||||
|
- matchLabels:
|
||||||
|
"k8s:io.kubernetes.pod.namespace": rabbitmq
|
||||||
|
endpointSelector:
|
||||||
|
matchLabels: {}
|
||||||
|
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": ".oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||||
"redis": "redis-master,user=default,password=ymL4dlOBvU",
|
"redis": "prod-redis-master.redis.svc,user=default,password=ymL4dlOBvU",
|
||||||
"appDomain": "atlantis",
|
"appDomain": "atlantis",
|
||||||
"dataProtectionKeys": "DataProtection-Keys"
|
"dataProtectionKeys": "DataProtection-Keys"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user