Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ spec:
stelaris-ui:
allowed-origins:
- https://stelaris-dev.apps.onelite.feather
# Stelaris sends PATCH for partial updates. Listing the set
# explicitly replaces Micronaut's implicit any-method default.
allowed-methods:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
netty:
access-logger:
enabled: true
Expand Down
9 changes: 9 additions & 0 deletions apps/clusters/feathre-core/apps/vulpes-backend/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ spec:
stelaris-ui:
allowed-origins:
- https://stelaris.apps.onelite.feather
# Stelaris sends PATCH for partial updates. Listing the set
# explicitly replaces Micronaut's implicit any-method default.
allowed-methods:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
netty:
access-logger:
enabled: true
Expand Down