From f5ca64351190128cbc1a44c3da1d53f3b725ec07 Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Fri, 7 Oct 2022 15:29:59 +0200 Subject: [PATCH] add adminer --- clusters/my-cluster/flux-system/adminer/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/my-cluster/flux-system/adminer/service.yaml b/clusters/my-cluster/flux-system/adminer/service.yaml index 5c3eb50..a554878 100644 --- a/clusters/my-cluster/flux-system/adminer/service.yaml +++ b/clusters/my-cluster/flux-system/adminer/service.yaml @@ -9,4 +9,4 @@ spec: ports: - protocol: TCP port: 80 - targetPort: 1080 \ No newline at end of file + targetPort: 8080 \ No newline at end of file