Skip to content

Commit

Permalink
fix indent issue from copying netpol yaml
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 20, 2023
1 parent ccd0838 commit 0ca10c4
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions docs/controllers/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,46 +57,45 @@ metadata:
namespace: controllers
spec:
egress:
# For pushing tracing spans to an opentelemetry collector
# Pushing tracing spans to an opentelemetry collector
- to:
- ports:
# jaeger thrift
- port: 14268
protocol: TCP
# OTLP gRPC
- port: 4317
protocol: TCP
# OTLP HTTP
- port: 4318
protocol: TCP
# zipkin
- port: 9411
protocol: TCP
to:
- namespaceSelector:
matchLabels:
name: opentelemetry-operator-system
ports:
# jaeger thrift
- port: 14268
protocol: TCP
# OTLP gRPC
- port: 4317
protocol: TCP
# OTLP HTTP
- port: 4318
protocol: TCP
# zipkin
- port: 9411
protocol: TCP
# For Kubernetes apiserver access
# Kubernetes apiserver access
- to:
- ports:
# Port depends on targetPort listed on kubernetes svc in default ns
- port: 443
protocol: TCP
- port: 6443
protocol: TCP
- namespaceSelector:
matchLabels:
name: default
ports:
# Port depends on targetPort listed on kubernetes svc in default ns
- port: 443
protocol: TCP
- port: 6443
protocol: TCP
# DNS egress
- to:
- podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- port: 53
protocol: UDP
ports:
- port: 53
protocol: UDP
ingress:
# For prometheus scraping support
Expand Down

0 comments on commit 0ca10c4

Please sign in to comment.