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

Commit

Permalink
Added incomplete Poseidon K8s deployment yaml file.
Browse files Browse the repository at this point in the history
Change-Id: I9d972055c80a4d970a132a53107add9b7857c530
  • Loading branch information
ICGog committed Jul 6, 2017
1 parent 2521361 commit 90cb8ff
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deploy/poseidon-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: poseidon
name: poseidon-deployment
spec:
replicas: 1
template:
metadata:
labels:
app: poseidon
name: poseidon
spec:
containers:
- name: poseidon
image: camsas/poseidon:dev
command:
- poseidon
- --logtostderr
- --kubeConfig=<path_kubeconfig_file>
- --firmamentAddress=<host>:<port>
- --statsServerAddress=<host>:<port>
- --kubeVersion=1.5
ports:
- containerPort: 80

0 comments on commit 90cb8ff

Please sign in to comment.