Skip to content

Commit

Permalink
loki fix minio path
Browse files Browse the repository at this point in the history
  • Loading branch information
BigKAA committed Jul 18, 2021
1 parent 1aed67f commit 4aafc05
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
project: loki
source:
repoURL: 'https://github.com/BigKAA/youtube'
path: loki/02-loki/manifests
path: loki/01-loki/manifests
targetRevision: loki
destination:
server: 'https://kubernetes.default.svc'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
type: Opaque
stringData:
MINIO_PROTO: http
MINIO_HOST: mi
MINIO_USERNAME: 123asd456
MINIO_PASSWORD: asd123qwe
MINIO_HOST: mi.minio.svc
MINIO_USERNAME: admin
MINIO_PASSWORD: password
MINIO_PORT: "9000"
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ data:
endpoint: ${MINIO_HOST}
access_key_id: ${MINIO_USERNAME}
secret_access_key: ${MINIO_PASSWORD}
region: ${MINIO_PORT}
insecure: true
s3forcepathstyle: true
boltdb_shipper:
Expand Down
1 change: 1 addition & 0 deletions loki/02-loki/values.yaml → loki/01-loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ loki:
access_key_id: ${MINIO_USERNAME}
secret_access_key: ${MINIO_PASSWORD}
insecure: true
region: ${MINIO_PORT}
s3forcepathstyle: true
boltdb_shipper:
shared_store: s3
Expand Down

0 comments on commit 4aafc05

Please sign in to comment.