fix: add openobserve-alerts to cluster kustomization and disable Telegram alerts
This commit is contained in:
parent
c8fa8be29e
commit
f5d1041f14
3 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: ai-assistant
|
||||
image: registry.nxtgauge.com/nxtgauge-ai-assistant
|
||||
image: registry.nxtgauge.com/nxtgauge-ai-assistant:2f999dfe95a48ea4090a90519dc3950f1e729924
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ resources:
|
|||
- ../../base
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
||||
newTag: main-latest
|
||||
newTag: 2f999dfe95a48ea4090a90519dc3950f1e729924
|
||||
|
|
|
|||
|
|
@ -7,3 +7,4 @@ resources:
|
|||
- ../../apps/nxtgauge-ai-assistant/overlays/prod
|
||||
- ../../apps/ollama/base
|
||||
- ../../apps/registry
|
||||
- ../../ops/openobserve-alerts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue