File: vulcand.yml

package info (click to toggle)
etcd 3.5.16-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,892 kB
  • sloc: sh: 3,139; makefile: 478
file content (22 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
apiVersion: v1
kind: Pod
metadata:
  labels:
    app: vulcand
  name: vulcand
spec:
  containers:
  - command:
    - /go/bin/vulcand
    - -apiInterface=0.0.0.0
    - --etcd=http://etcd-client:2379
    image: mailgun/vulcand:v0.8.0-beta.2
    name: vulcand
    ports:
    - containerPort: 8081
      name: api
      protocol: TCP
    - containerPort: 8082
      name: server
      protocol: TCP
  restartPolicy: Always