From bab97720db15441edf0dc64446854d042d332d96 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 3 Nov 2025 11:04:36 +0800 Subject: [PATCH] fix(gotosocial): oops cloudflare --- kube/deploy/core/ingress/cloudflare/tunnel/hr.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kube/deploy/core/ingress/cloudflare/tunnel/hr.yaml b/kube/deploy/core/ingress/cloudflare/tunnel/hr.yaml index 533d5c95..c6f47d9a 100644 --- a/kube/deploy/core/ingress/cloudflare/tunnel/hr.yaml +++ b/kube/deploy/core/ingress/cloudflare/tunnel/hr.yaml @@ -46,6 +46,10 @@ spec: mountPath: /etc/cloudflared/credentials.json subPath: credentials.json readOnly: true + dnsConfig: + options: + - name: ndots + value: "1" configMaps: config: enabled: true @@ -67,8 +71,7 @@ spec: service: "http://webhook-receiver.flux-system.svc.cluster.local:80" - hostname: "social.jjgadgets.tech" - service: http://gotosocial.gotosocial.svc.cluster.local.:8080 - #service: https://gotosocial.gotosocial.svc.cluster.local.:8080 + service: http://gotosocial.gotosocial.svc.cluster.local:80 #originRequest: # originServerName: "social.jjgadgets.tech"