From a20563d4df2f7513a51d46fee4ce936f369cbc33 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 25 Mar 2023 16:47:48 +0800 Subject: [PATCH] roles/chatgpt: set chat-with-gpt app image --- playbook/roles/chatgpt/templates/chat-with-gpt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook/roles/chatgpt/templates/chat-with-gpt.yaml b/playbook/roles/chatgpt/templates/chat-with-gpt.yaml index 43c843f7..59c20ca3 100644 --- a/playbook/roles/chatgpt/templates/chat-with-gpt.yaml +++ b/playbook/roles/chatgpt/templates/chat-with-gpt.yaml @@ -57,7 +57,7 @@ spec: containers: - image: nginx:latest imagePullPolicy: Always - name: nginx + name: artifact.onwalk.net/public/chat-with-gpt:latest ports: - containerPort: 3000 name: http