Skip to content

Commit

Permalink
Format YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 17, 2025
1 parent b9634d5 commit c1e149f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions manifests/deployment-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ spec:
spec:
automountServiceAccountToken: false
containers:
- name: minio
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
command: ["minio", "server", "/data", "--console-address", ":9001"]
ports:
- containerPort: 9000
- containerPort: 9001
env:
- name: MINIO_PROMETHEUS_AUTH_TYPE
value: "public"
- name: MINIO_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: sec-minio
key: minio_root_password
- name: MINIO_ROOT_USER
valueFrom:
secretKeyRef:
name: sec-minio
key: minio_root_user
- name: MINIO_BROWSER_LOGIN_ANIMATION
value: "off"
volumeMounts:
- name: minio-pv-storage
mountPath: /data
- name: minio
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
command: ["minio", "server", "/data", "--console-address", ":9001"]
ports:
- containerPort: 9000
- containerPort: 9001
env:
- name: MINIO_PROMETHEUS_AUTH_TYPE
value: "public"
- name: MINIO_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: sec-minio
key: minio_root_password
- name: MINIO_ROOT_USER
valueFrom:
secretKeyRef:
name: sec-minio
key: minio_root_user
- name: MINIO_BROWSER_LOGIN_ANIMATION
value: "off"
volumeMounts:
- name: minio-pv-storage
mountPath: /data
volumes:
- name: minio-pv-storage
persistentVolumeClaim:
Expand Down

0 comments on commit c1e149f

Please sign in to comment.