init
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user