diff --git a/apps/clusters/feathre-core/apps/vulpes-backend-dev/release.yaml b/apps/clusters/feathre-core/apps/vulpes-backend-dev/release.yaml index f8829fc0..bc86a1a6 100644 --- a/apps/clusters/feathre-core/apps/vulpes-backend-dev/release.yaml +++ b/apps/clusters/feathre-core/apps/vulpes-backend-dev/release.yaml @@ -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 diff --git a/apps/clusters/feathre-core/apps/vulpes-backend/release.yaml b/apps/clusters/feathre-core/apps/vulpes-backend/release.yaml index f0d3f2b2..9ea377f6 100644 --- a/apps/clusters/feathre-core/apps/vulpes-backend/release.yaml +++ b/apps/clusters/feathre-core/apps/vulpes-backend/release.yaml @@ -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