Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Just a pod with the Kafka distribution
  • Loading branch information
solsson committed May 1, 2018
commit d384382e3af8e60428d3c7b46b4d3b6b7d518ccc
28 changes: 28 additions & 0 deletions mirrormaker/mirrormaker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mirror-a
namespace: kafka
labels:
app: mirrormaker
spec:
replicas: 1
selector:
matchLabels:
app: mirrormaker
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
template:
metadata:
labels:
app: mirrormaker
spec:
containers:
- name: kafka
image: solsson/kafka:1.1@sha256:ba863ca7dc28563930584e37f93d57c2cbf3f46b1c1fa104fe8af7bcc0c31df4
command:
- tail
- -f
- /dev/null