Skip to content

Commit

Permalink
cluster network traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Nov 25, 2024
1 parent c25ce47 commit b3ff23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ config:
traces:
exporters:
- azuremonitor
- debug
processors:
- memory_limiter
- batch
Expand Down
4 changes: 2 additions & 2 deletions terraform/2-kubernetes/assets/traefik/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ports:
service:
single: true
spec:
externalTrafficPolicy: "Local"
externalTrafficPolicy: "Cluster"
annotations:
service.beta.kubernetes.io/port_80_health-probe_protocol: "http"
service.beta.kubernetes.io/port_80_health-probe_port: "8080" # Must match ports.traefik.port
Expand Down Expand Up @@ -143,4 +143,4 @@ affinity:
topologyKey: kubernetes.io/hostname

gateway:
namespacePolicy: All
namespacePolicy: All

0 comments on commit b3ff23d

Please sign in to comment.