Skip to content

Commit

Permalink
[feat] docker with arch arm
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancamtbtx committed Jul 23, 2024
1 parent 329c5ae commit d99f8e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.8.4-python3.9
FROM --platform=arm64 apache/airflow:2.8.4-python3.9

USER root

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Push the `values.yaml` and `airflow.yaml` to your Git repository.
Apply the ArgoCD Application manifest:

```sh
kubectl apply -f https://github.com/tuancamtbtx/airflow-on-k8s/kubernetes/airflow/airflow-app.yaml -n argocd
kubectl apply -f https://github.com/tuancamtbtx/airflow-on-k8s/kubernetes/argocd/airflow/airflow-app.yaml -n argocd
```

#### 11. Monitor Deployment
Expand Down
9 changes: 9 additions & 0 deletions kubernetes/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
executor: "KubernetesExecutor"

images:
airflow:
repository: vantuan12345/airlake
tag: v1.0.0
## WARNING: even if set to "Always" DO NOT reuse tag names,
## containers only pull the latest image when restarting
pullPolicy: Always

0 comments on commit d99f8e2

Please sign in to comment.