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": {
|
||||
"cookieDomain": ".oceanbox.io",
|
||||
"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",
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
@@ -44,4 +44,4 @@
|
||||
"cliUsers": [
|
||||
"admin:en-to-tre-fire"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user