Skip to content

Commit

Permalink
Merge pull request #519 from alfonsomthd/s3-proxy
Browse files Browse the repository at this point in the history
console: add proxy declaration for S3 service
  • Loading branch information
openshift-merge-bot[bot] authored Jan 29, 2025
2 parents 0fec03e + 602db72 commit 047ca52
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@ func GetConsolePluginProxy(serviceNamespace string) []consolev1.ConsolePluginPro
},
Authorization: consolev1.None,
},
{
Alias: "s3",
Endpoint: consolev1.ConsolePluginProxyEndpoint{
Type: consolev1.ProxyTypeService,
Service: &consolev1.ConsolePluginProxyServiceConfig{
Name: "s3",
Namespace: serviceNamespace,
Port: 443,
},
},
Authorization: consolev1.None,
},
}
}

Expand Down

0 comments on commit 047ca52

Please sign in to comment.