This commit is contained in:
2026-02-20 14:22:09 +03:00
parent 1eb390951c
commit 995f5a5603
2 changed files with 9 additions and 2 deletions
@@ -5,6 +5,13 @@ metadata:
data:
application.yaml: |
spring:
mvc:
cors:
allowed-origins: "*"
allowed-methods: GET, POST, PUT, DELETE, OPTIONS
allowed-headers: "*"
allow-credentials: true
max-age: 1800
application:
name: {{$.Release.Name}}
datasource: