infra/helm/platform/templates/network-policy.yaml
Metadata
- Purpose: Kubernetes Helm chart template or values configuration.
- Domain:
infrastructure - Language:
yaml - Bytes: 1279
- Lines: 59
- Content hash (short):
5cb9c25a - Source (start): infra/helm/platform/templates/network-policy.yaml:1
- Source (end): infra/helm/platform/templates/network-policy.yaml:59
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: anchor-platform-default-deny
namespace: {{ .Values.namespace.name }}
spec:
podSelector: {}
policyTypes:
- Ingress
- Egress
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: anchor-platform-allow-internal-ingress
namespace: {{ .Values.namespace.name }}
spec:
podSelector: {}
policyTypes:
- Ingress
ingress:
- from:
- podSelector: {}
{{- if .Values.ingress.enabled }}
- namespaceSelector: