This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
irc/thelounge/ciliumnetworkpolicy-ingress.yaml
T
Chris Farhood 6b419a9184
Security Scan / Checkov PR Review (push) Has been skipped
Validate Manifests / Kustomize Build Test (push) Successful in 4s
Security Scan / Trivy PR Review (push) Has been skipped
Validate Manifests / Kubernetes Schema Validation (push) Successful in 4s
Best Practices / Resource Usage Analysis (push) Successful in 50s
Best Practices / PR Summary Report (push) Has been skipped
Best Practices / Polaris PR Review (push) Has been skipped
Best Practices / Kube-score Analysis (push) Failing after 8s
Security Scan / Trivy Security Scan (push) Successful in 7s
Validate Manifests / YAML Lint (push) Failing after 3s
Security Scan / Checkov IaC Scan (push) Failing after 30s
Best Practices / Polaris Audit (push) Failing after 51s
fix(thelounge): split cilium network policy to resolve ldap connectivity
2026-05-22 10:58:34 -04:00

20 lines
405 B
YAML

apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: thelounge-ingress
namespace: irc
labels:
app.kubernetes.io/name: thelounge
app.kubernetes.io/component: network-policy
spec:
endpointSelector:
matchLabels:
app.kubernetes.io/name: thelounge
ingress:
- fromEntities:
- ingress
- host
toPorts:
- ports:
- port: "9000"
protocol: TCP