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