Skip to content

Commit 0b7f7dc

Browse files
author
Aleksandrs Markevics
committed
enable use_tcp in defualt values configuration
Signed-off-by: Aleksandrs Markevics <amarkevics@onairent.live>
1 parent 9e68704 commit 0b7f7dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

charts/coredns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ type: application
2020
annotations:
2121
artifacthub.io/changes: |
2222
- kind: fixed
23-
description: Fix service port removal if `scheme` is not defined.
23+
description: Fix service port removal if `scheme` is not defined, and enable use_tcp for default configuration.

charts/coredns/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ securityContext:
107107
servers:
108108
- zones:
109109
- zone: .
110+
use_tcp: true
110111
port: 53
111112
# -- expose the service on a different port
112113
# servicePort: 5353

0 commit comments

Comments
 (0)