mirror of https://github.com/linkerd/linkerd2.git
21 lines
341 B
YAML
21 lines
341 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: vote-bot
|
|
name: vote-bot
|
|
namespace: emojivoto
|
|
spec:
|
|
containers:
|
|
- command:
|
|
- emojivoto-vote-bot
|
|
env:
|
|
- name: WEB_HOST
|
|
value: web-svc.emojivoto:80
|
|
image: buoyantio/emojivoto-web:v3
|
|
name: vote-bot
|
|
resources: {}
|
|
status: {}
|
|
---
|