Skip to content

Commit

Permalink
add MINIO_ENDPOINT to mc-deployment and disable automaticly downloadi…
Browse files Browse the repository at this point in the history
…ng updates for images
  • Loading branch information
eslamdyab21 committed Jan 21, 2025
1 parent efe8a28 commit a39ac2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
containers:
- name: spark-master
image: tabulario/spark-iceberg
imagePullPolicy: IfNotPresent
ports:
- containerPort: 7077
- containerPort: 8080
Expand Down Expand Up @@ -218,6 +219,7 @@ spec:
containers:
- name: spark-worker
image: tabulario/spark-iceberg
imagePullPolicy: IfNotPresent
ports:
- containerPort: 7078
- containerPort: 8080
Expand Down Expand Up @@ -407,6 +409,7 @@ spec:
containers:
- name: rest
image: apache/iceberg-rest-fixture
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8181

Expand Down Expand Up @@ -487,6 +490,7 @@ spec:
containers:
- name: minio
image: minio/minio
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9000
- containerPort: 9001
Expand Down Expand Up @@ -554,6 +558,7 @@ spec:
containers:
- name: mc
image: minio/mc
imagePullPolicy: IfNotPresent

env:
- name: AWS_ACCESS_KEY_ID
Expand All @@ -566,6 +571,11 @@ spec:
configMapKeyRef:
name: spark-config
key: AWS_REGION
- name: MINIO_ENDPOINT
valueFrom:
configMapKeyRef:
name: spark-config
key: MINIO_ENDPOINT
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit a39ac2a

Please sign in to comment.