From c4f4fbcc3d40d4c81b66a3db6f994dd574ec990a Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Thu, 26 Jan 2023 14:49:34 +0100 Subject: [PATCH] fix container image --- flux/olympus/apps/websites/internal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/olympus/apps/websites/internal.yaml b/flux/olympus/apps/websites/internal.yaml index f908e7af..50d2f244 100644 --- a/flux/olympus/apps/websites/internal.yaml +++ b/flux/olympus/apps/websites/internal.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: internal - image: git.0x76.dev/v/internal:1 + image: git.0x76.dev/v/internal.xirion.net:1 ports: - containerPort: 8080 ---