Remove startup command for deployment
This commit is contained in:
@@ -23,7 +23,4 @@ spec:
|
|||||||
name: kafka-lag-exporter
|
name: kafka-lag-exporter
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000
|
- containerPort: 4000
|
||||||
# Remove the command for final part
|
|
||||||
command: [ "/bin/sh", "-c", "--" ]
|
|
||||||
args: [ "while true; do sleep 30; done;" ]
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
|||||||
Reference in New Issue
Block a user