Remove startup command for deployment

This commit is contained in:
2023-08-04 07:22:44 +02:00
parent 0ffa1bba39
commit d209e32a25

View File

@@ -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