Skip to content

Commit

Permalink
remove args and use default values
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Aug 2, 2023
1 parent 0c9636d commit bc99494
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions manifests/base/runner-manager/main/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,15 @@ spec:
spec:
serviceAccountName: default
containers:
- args:
- 'runner_manager.main:app'
- '--host'
- 0.0.0.0
- '--port'
- '8000'
command:
- uvicorn
- name: runner-manager
image: runner-manager
env:
- name: REDIS_OM_URL
valueFrom:
configMapKeyRef:
key: REDIS_OM_URL
name: redis-config
image: runner-manager
imagePullPolicy: IfNotPresent
name: runner-manager
ports:
- containerPort: 8000
name: http
Expand Down

0 comments on commit bc99494

Please sign in to comment.