Skip to content

Commit

Permalink
Merge pull request #30 from gen-mind/devops
Browse files Browse the repository at this point in the history
update deployment with Minio parameters
  • Loading branch information
noelhermans authored Apr 15, 2024
2 parents c123c25 + dd3981f commit 9bb71b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion backend/api-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,17 @@ spec:
name: env-configmap
key: DATABASE_URL
- name: MINIO_ACCESS_KEY
value: "access_key"
value: "minioadmin"
- name: MINIO_SECRET_ACCESS_KEY
value: "minioadmin"
- name: MINIO_ENDPOINT
value: "my-release-minio-svc"
- name: MINIO_USE_SSL
value: false
- name: MINIO_BUCKET_NAME
value: "data"
- name: MINIO_REGION
value: "CH"
ports:
- containerPort: 80
volumeMounts:
Expand Down

0 comments on commit 9bb71b3

Please sign in to comment.