diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0a23420 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "yaml.schemas": { + "kubernetes://schema/apps/v1%40deployment": "file:///Users/junv/code/home-docker/home-apps/chuanhuchatgpt.yaml" + } +} diff --git a/home-apps/chuanhuchatgpt.yaml b/home-apps/chuanhuchatgpt.yaml index 5b66a36..05768b1 100644 --- a/home-apps/chuanhuchatgpt.yaml +++ b/home-apps/chuanhuchatgpt.yaml @@ -46,6 +46,7 @@ spec: containers: - name: ch-chatgpt image: tuchuanhuhuhu/chuanhuchatgpt:latest + imagePullPolicy: Always ports: - containerPort: 7860 env: