From 995bf3baad3ab48954732f7ab9b29409a6db63e2 Mon Sep 17 00:00:00 2001 From: ytshih Date: Sun, 13 Oct 2024 14:47:06 +0000 Subject: [PATCH] Fix: Change container name --- k8s/deploy.amane-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.amane-frontend.yaml b/k8s/deploy.amane-frontend.yaml index 5f07538..1c57dbb 100644 --- a/k8s/deploy.amane-frontend.yaml +++ b/k8s/deploy.amane-frontend.yaml @@ -17,7 +17,7 @@ spec: app: amane-frontend spec: containers: - - name: dcbot + - name: frontend image: 'gitea.konchin.com/services/amane-tanikaze-frontend:latest' ports: - name: http