cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 64a5a1e9c5b67d9ca74a150bd3dfbb11b467125a
parent d0562f808e33a7e8b03479a28e2d4d6349e9c7cf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 22 Mar 2025 14:51:29 +0100

Fix port

Diffstat:
Minfrastructure/controllers/etcd-defrag-cronjob.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/controllers/etcd-defrag-cronjob.yaml b/infrastructure/controllers/etcd-defrag-cronjob.yaml @@ -13,7 +13,7 @@ spec: - name: etcd-defrag image: ghcr.io/ahrtr/etcd-defrag:v0.25.0 # Please replace the version with the latest version. args: - - --endpoints=https://127.0.0.1:2379 + - --endpoints=https://127.0.0.1:4001 - --cacert=/ca.crt - --cert=/client.crt - --key=/client.key