Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run in cluster #280

Merged
merged 7 commits into from
Apr 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: running in cluster
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Apr 15, 2023
commit 842f08c655fde66b6b628192490e50be2ac3dcef
2 changes: 1 addition & 1 deletion container/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: k8sgpt-container
imagePullPolicy: Always
image: tibbar/test-k8sgpt:latest #x-release-please-version
image: ghcr.io/k8sgpt-ai/k8sgpt:v0.2.2 #x-release-please-version
ports:
- containerPort: 8080
args: ["serve"]
Expand Down