From 3cdd6fc662a23144e08099a5ac4f1ed434a20817 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 27 Sep 2026 11:10:30 +1000 Subject: [PATCH] Set explicit :443 on journald inserturl Without a port in the configured URL, systemd-journal-upload appends its default :19532 after the path and every upload is rejected. --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 8ac63f9..02a6d8b 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -401,7 +401,7 @@ networking::route_defaults: # logging: victorialogs::client::journald::enable: true -victorialogs::client::journald::inserturl: https://logs-ingest.k8s.syd1.au.unkin.net/insert/journald +victorialogs::client::journald::inserturl: https://logs-ingest.k8s.syd1.au.unkin.net:443/insert/journald # FIXME these are for the proxmox ceph cluster profiles::ceph::client::fsid: 7f7f00cb-95de-498c-8dcc-14b54e4e9ca8 -- 2.47.3