Skip to content

Commit 5181436

Browse files
committed
Update deployment.yaml to ensure consistent image reference for tsdnsproxy and modify policy.hujson to set translateid to -1 for improved DNS configuration.
1 parent 4d6b45b commit 5181436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clusters/common/apps/tailscale-examples/sandbox/tsdnsproxy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
serviceAccountName: tsdnsproxy
5757
containers:
5858
- name: tsdnsproxy
59-
image: ghcr.io/rajsinghtech/tsdnsproxy:latest # Update with your registry/image
59+
image: ghcr.io/rajsinghtech/tsdnsproxy:latest
6060
imagePullPolicy: Always
6161
ports:
6262
- containerPort: 53

tailscale/policy.hujson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@
146146
"robbinsdale.k8s": {
147147
"dns": ["10.0.0.10:53"],
148148
"rewrite": "svc.cluster.local",
149-
// "translateid": 1
149+
"translateid": -1
150150
},
151151
},
152152
{
153153
"ottawa.k8s": {
154154
"dns": ["10.2.0.10:53"],
155155
"rewrite": "svc.cluster.local",
156-
// "translateid": 2
156+
"translateid": -1
157157
},
158158
},
159159
],

0 commit comments

Comments
 (0)