2020-03-25 01:19:22 +01:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: input-service
|
|
|
|
namespace: birbnetes
|
|
|
|
labels:
|
|
|
|
app: input-service
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: input-service
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: input-service
|
|
|
|
spec:
|
|
|
|
containers:
|
2020-04-12 23:24:26 +02:00
|
|
|
- name: input-service
|
2021-08-18 14:05:27 +02:00
|
|
|
image: registry.kmlabz.com/birbnetes/input-service
|
2020-08-06 14:56:40 +02:00
|
|
|
imagePullPolicy: Always
|
2020-04-12 23:24:26 +02:00
|
|
|
envFrom:
|
|
|
|
- configMapRef:
|
|
|
|
name: input-service
|
2020-03-25 01:19:22 +01:00
|
|
|
ports:
|
2020-04-12 23:24:26 +02:00
|
|
|
- containerPort: 8080
|
2021-08-18 14:05:27 +02:00
|
|
|
- name: jaeger-agent
|
|
|
|
image: jaegertracing/jaeger-agent:latest
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
ports:
|
|
|
|
- containerPort: 5775
|
|
|
|
name: zk-compact-trft
|
|
|
|
protocol: UDP
|
|
|
|
- containerPort: 5778
|
|
|
|
name: config-rest
|
|
|
|
protocol: TCP
|
|
|
|
- containerPort: 6831
|
|
|
|
name: jg-compact-trft
|
|
|
|
protocol: UDP
|
|
|
|
- containerPort: 6832
|
|
|
|
name: jg-binary-trft
|
|
|
|
protocol: UDP
|
|
|
|
- containerPort: 14271
|
|
|
|
name: admin-http
|
|
|
|
protocol: TCP
|
|
|
|
args:
|
|
|
|
- --reporter.grpc.host-port=dns:///woolsey.tormakristof.eu:14250
|
|
|
|
- --reporter.type=grpc
|
2020-04-12 23:24:26 +02:00
|
|
|
imagePullSecrets:
|
|
|
|
- name: regcred
|