Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YUNIKORN-1630] unify scheduler.yaml and scheduler-load.yaml #585

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions deployments/scheduler/scheduler-load.yaml
Expand Up @@ -33,10 +33,16 @@ spec:
component: yunikorn-scheduler
name: yunikorn-scheduler
spec:
hostNetwork: true
serviceAccountName: yunikorn-admin
containers:
- name: yunikorn-scheduler-k8s
image: apache/yunikorn:scheduler-amd64-latest
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
resources:
requests:
cpu: 200m
Expand Down
1 change: 0 additions & 1 deletion deployments/scheduler/scheduler.yaml
Expand Up @@ -53,7 +53,6 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9080
- containerPort: 9090
volumeMounts:
- name: config-volume
mountPath: /etc/yunikorn/
Expand Down