Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gelato committed Jun 7, 2024
1 parent 8719ea6 commit d2e73f9
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions kubernetes/apps/ai/ollama/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ spec:
substitute:
APP: *app
GATUS_SUBDOMAIN: chat
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app ollama-addon-telegram
namespace: flux-system
spec:
interval: 30m
retryInterval: 1m
timeout: 3m
targetNamespace: ai
path: "./kubernetes/apps/ai/ollama/addons"
prune: true
sourceRef:
kind: GitRepository
name: home-kubernetes
wait: true
dependsOn:
- name: ai-ollama
postBuild:
substitute:
APP: *app
# ---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: &app ollama-addon-telegram
# namespace: flux-system
# spec:
# interval: 30m
# retryInterval: 1m
# timeout: 3m
# targetNamespace: ai
# path: "./kubernetes/apps/ai/ollama/addons"
# prune: true
# sourceRef:
# kind: GitRepository
# name: home-kubernetes
# wait: true
# dependsOn:
# - name: ai-ollama
# postBuild:
# substitute:
# APP: *app

0 comments on commit d2e73f9

Please sign in to comment.