0b73242b65
Most ingresses annotations should be work with small changes.
17 lines
385 B
YAML
17 lines
385 B
YAML
{{- if .Values.clusterConfig.cilium.enabled }}
|
|
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-host-traffic
|
|
namespace: ingress-haproxy
|
|
spec:
|
|
egress:
|
|
- toEntities:
|
|
- kube-apiserver
|
|
- host
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: kubernetes-ingress
|
|
app.kubernetes.io/instance: ingress-haproxy
|
|
{{- end }}
|