Files
manifests/values/atlantis/manifests/network/allow-api-server.yaml
T

18 lines
356 B
YAML

{{- if .Values.clusterConfig.cilium.enabled }}
# apiVersion: cilium.io/v2
# kind: CiliumNetworkPolicy
# metadata:
# name: allow-kube-api
# namespace: atlantis
# spec:
# endpointSelector:
# matchLabels: {}
# egress:
# - toEntities:
# - kube-apiserver
# toPorts:
# - ports:
# - port: "6443"
# protocol: TCP
{{- end }}