Skip to content

Commit faf468b

Browse files
authored
Add overlay placeholders for main merge (#334)
1 parent b54e222 commit faf468b

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

config/base/params.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest
22
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest
33
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
4-
kServeServerless=disabled
4+
kServeServerless=enabled
55
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:latest
66
lmes-pod-image=quay.io/trustyai/ta-lmes-job:latest
77
lmes-pod-checking-interval=10s

config/overlays/odh/kustomization.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
- ../../base
6+
configMapGenerator:
7+
- env: params.env
8+
behavior: merge
9+
name: config

config/overlays/odh/params.env

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest
2+
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest
3+
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
4+
kServeServerless=enabled
5+
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:latest
6+
lmes-pod-image=quay.io/trustyai/ta-lmes-job:latest
7+
lmes-pod-checking-interval=10s
8+
lmes-image-pull-policy=Always
9+
lmes-max-batch-size=24
10+
lmes-default-batch-size=8
11+
lmes-detect-device=true

config/overlays/rhoai/kustomization.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ resources:
66

77
patchesStrategicMerge:
88
- tas-only-patch.yaml
9+
10+
configMapGenerator:
11+
- env: params.env
12+
behavior: merge
13+
name: config

config/overlays/rhoai/params.env

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest
2+
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest
3+
oauthProxyImage=registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ab112105ac37352a2a4916a39d6736f5db6ab4c29bad4467de8d613e80e9bb33
4+
kServeServerless=enabled
5+
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:latest
6+
lmes-pod-image=quay.io/trustyai/ta-lmes-job:latest
7+
lmes-pod-checking-interval=10s
8+
lmes-image-pull-policy=Always
9+
lmes-max-batch-size=24
10+
lmes-default-batch-size=8
11+
lmes-detect-device=true

0 commit comments

Comments
 (0)