add nim-operaotr

This commit is contained in:
2026-05-06 11:58:30 -05:00
parent 4300d7e3cb
commit cb1ff576f1
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: nim-operator
resources:
- nim-operator-namespace.yaml
- nim-operator-helmrelease.yaml

View File

@@ -0,0 +1,24 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: nvidia
namespace: nim-operator
spec:
interval: 10m
url: https://helm.ngc.nvidia.com/nvidia
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nim-operator
namespace: nim-operator
spec:
interval: 10m
chart:
spec:
chart: nim-operator
version: "3.1.0"
sourceRef:
kind: HelmRepository
name: nvidia
namespace: nim-operator

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: nim-operator
labels:
openshift.io/cluster-monitoring: "true"