Skip to content

Commit a9fd596

Browse files
feat(stack): starter-kit object storage publicly accessible (#604)
1 parent 2e5e23d commit a9fd596

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- stack - starter-kit: make object storage publicly available
13+
1014
## [3.25.0] - 2025-10-24
1115

1216
### Added

internal/commands/stack/starterkit/starterkit.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ func createObjectStorage(ctx context.Context, exec commands.Executor, config *St
321321
Name: config.NetworkName,
322322
Family: upcloud.IPAddressFamilyIPv4,
323323
},
324+
{
325+
Type: "public",
326+
Name: config.NetworkName + "-p",
327+
Family: upcloud.IPAddressFamilyIPv4,
328+
},
324329
},
325330
Labels: []upcloud.Label{
326331
{Key: "stacks.upcloud.com/stack", Value: string(stack.StackTypeStarterKit)},

0 commit comments

Comments
 (0)