mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 03:58:02 +08:00
[bitnami/airflow] Fix typo in container port (#9411)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
4827eab5fa
commit
6998b0212e
@@ -32,4 +32,4 @@ name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-airflow
|
||||
- https://airflow.apache.org/
|
||||
version: 12.0.10
|
||||
version: 12.0.11
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: task-logs
|
||||
port: {{ .Values.worker.port }}
|
||||
port: {{ .Values.worker.containerPorts.http }}
|
||||
targetPort: task-logs
|
||||
selector: {{- include "common.labels.matchLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: scheduler
|
||||
|
||||
Reference in New Issue
Block a user