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