Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Fixed arguments in Poseidon deployment config file.
Browse files Browse the repository at this point in the history
Affected modules: none

Change-Id: I9a2bd3ecc6b725969dc9d2726df5268a640672a4
  • Loading branch information
ICGog committed Jul 7, 2017
1 parent 085ffb7 commit b072062
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/firmament-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
replicas: 1
template:
metadata:
labels:
labels:
scheduler: firmament
spec:
containers:
Expand Down
13 changes: 6 additions & 7 deletions deploy/poseidon-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
kind: Service
apiVersion: v1
metadata:
name: poseidon-stats
name: poseidon
namespace: kube-system
spec:
selector:
poseidonservice: stats
poseidonservice: poseidon
ports:
- protocol: TCP
port: 9091
Expand All @@ -17,21 +17,21 @@ metadata:
labels:
component: scheduler
tier: control-plane
poseidonservice: stats
poseidonservice: poseidon
name: poseidon
namespace: kube-system
spec:
replicas: 1
template:
metadata:
labels:
labels:
component: scheduler
tier: control-plane
version: first
poseidonservice: stats
poseidonservice: poseidon
spec:
containers:
- command: [ /go/bin/poseidon ,--logtostderr ,--kubeConfig="", --firmamentAddress="", --firmamentAddress="", --kubeVersion=="1.6" ]
- command: [/poseidon, --logtostderr, --kubeConfig=, --kubeVersion=1.6]
image: camsas/poseidon:dev
name: poseidon
initContainers:
Expand All @@ -44,4 +44,3 @@ spec:
hostNetwork: true
hostPID: false
volumes: []

0 comments on commit b072062

Please sign in to comment.