fix(loki,vault,iam): loki minio endpoint :80 not :9000, emit vault-minio-creds via CMP, drop redundant broken authentik-migrations job

This commit is contained in:
Story Crater Bot
2026-07-21 09:24:52 -07:00
parent 2bf543bba1
commit 4363739d59
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ loki:
storage:
type: s3
s3:
endpoint: minio.storage.svc.cluster.local:9000
endpoint: minio.storage.svc.cluster.local:80 # operator svc maps :80 -> pod :9000
region: us-east-1 # MinIO ignores region but Loki's S3 client requires it
s3ForcePathStyle: true
insecure: true