mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-14 05:01:14 +00:00
openclaw: update secrets
<beep boop, I'm a bot>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# Supplementary egress policy: the operator's managed default-deny NetworkPolicy
|
||||
# only allows DNS + TCP 443 outbound, which blocks IMAP/SMTP to Stalwart.
|
||||
# The CR field spec.networkPolicy.additionalEgress would be the native fix,
|
||||
# but it is not in the CRD bundled with chart 0.39.0 yet (silently pruned).
|
||||
# Revisit after upgrading the operator.
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: openclaw-mail-egress
|
||||
namespace: openclaw
|
||||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: openclaw
|
||||
app.kubernetes.io/name: openclaw
|
||||
policyTypes:
|
||||
- Egress
|
||||
egress:
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: stalwart
|
||||
ports:
|
||||
- port: 143
|
||||
protocol: TCP
|
||||
- port: 993
|
||||
protocol: TCP
|
||||
- port: 587
|
||||
protocol: TCP
|
||||
- port: 465
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user