We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 234e8ed + 6a82db3 commit c306992Copy full SHA for c306992
charts/flagsmith/templates/deployment-task-processor.yaml
@@ -83,6 +83,8 @@ spec:
83
- ./scripts/run-docker.sh
84
args:
85
- run-task-processor
86
+ ports:
87
+ - containerPort: {{ .Values.service.taskProcessor.port }}
88
env: {{ include (print $.Template.BasePath "/_task_processor_environment.yaml") . | nindent 8 }}
89
livenessProbe:
90
failureThreshold: {{ .Values.taskProcessor.livenessProbe.failureThreshold }}
0 commit comments