Skip to content

Commit

Permalink
Change namespace from system to kepler for kepler sidecar
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Hui Jiang [email protected]
  • Loading branch information
jiangphcn committed Sep 5, 2023
1 parent f8e7064 commit c8ba9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/base/patch/patch-estimator-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: kepler-cfm
namespace: system
namespace: kepler
data:
MODEL_CONFIG: |
NODE_COMPONENTS_ESTIMATOR=true
Expand All @@ -12,7 +12,7 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kepler-exporter
namespace: system
namespace: kepler
spec:
template:
spec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/patch/patch-model-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: kepler-cfm
namespace: system
namespace: kepler
data:
MODEL_SERVER_ENABLE: "true"
MODEL_SERVER_ENDPOINT: http://kepler-model-server.$(MODEL_SERVER_NAMESPACE).svc.cluster.local:$(MODEL_SERVER_PORT)/model
Expand Down

0 comments on commit c8ba9a3

Please sign in to comment.