From cffec521b899bfccbbfef08205a65f5e698d0bf9 Mon Sep 17 00:00:00 2001 From: ytshih Date: Fri, 18 Oct 2024 16:24:24 +0000 Subject: [PATCH] Change: service image --- k8s/deploy.rickroll.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.rickroll.yaml b/k8s/deploy.rickroll.yaml index a8225ca..68f1a56 100644 --- a/k8s/deploy.rickroll.yaml +++ b/k8s/deploy.rickroll.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: server - image: gitea.konchin.com/services/rickroll:latest + image: gitea.konchin.com/service/rickroll:latest ports: - name: http containerPort: 80