diff options
author | makefunstuff <[email protected]> | 2024-06-30 15:09:49 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-30 15:09:49 +0200 |
commit | 5e337d5231f902cb0b148036699cd1a8ec5d37f1 (patch) | |
tree | 1b548b1ac01edd5f1b0355384fef5ec1f7a227cc /cd | |
parent | 9e8d4dbdf1c955e788dcc7a0c7bb974e752a7eac (diff) | |
download | k3s-lab-5e337d5231f902cb0b148036699cd1a8ec5d37f1.tar.gz |
add ollama to nvidia instance
Diffstat (limited to '')
-rw-r--r-- | cd/third-party-apps.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cd/third-party-apps.yaml b/cd/third-party-apps.yaml index e583c81..7d31f3a 100644 --- a/cd/third-party-apps.yaml +++ b/cd/third-party-apps.yaml @@ -9,6 +9,8 @@ spec: elements: - chart: gitea path: third-party-apps/gitea + - chart: ollama + path: third-party-apps/ollama template: metadata: name: '{{chart}}' |