Yongchan Hong
08/04/2021, 3:34 PMFailedMount MountVolume.SetUp failed for volume 'lakefs-config': configmap not found
2. Sorry, maybe I am not clear about the S3 gateway domain. Should I add those domains to ingress? Or should I change access point on S3? Again sorry for my lack of understanding.
3. I will add logs on the reply!
Thank you so much!Yongchan Hong
08/04/2021, 3:38 PMYongchan Hong
08/04/2021, 3:40 PMsecrets:
databaseConnectionString: <postgres://AAA:BBBB@CCCC.XXXX.us-east-1.rds.amazonaws.com:5432/postgres?sslmode=disable>
authEncryptSecretKey: 'XXXX'
lakefsConfig: |
blockstore:
type: s3
s3:
credentials:
access_key_id: MY ACCESS KEY
secret_access_key: MY SECRET KEY
region: us-east-1
gateways:
s3:
domain_name: s3.lakefs.***.io
Yongchan Hong
08/04/2021, 3:40 PMingress:
enabled: true
annotations: {}
hosts:
- host: lakefs-dev.****.io
paths:
- /
tls:
- secretName: lakefs-dev.****.io.tls
hosts:
- lakefs-dev.****.io
Guy Hardonag
08/04/2021, 4:11 PMGuy Hardonag
08/04/2021, 4:15 PM