[1.03.20] create
This commit is contained in:
parent
441f42c789
commit
48fe92a50c
@ -6,7 +6,7 @@ metadata:
|
||||
name: RESOURCE_NAME
|
||||
namespace: production
|
||||
spec:
|
||||
replicas: 0
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: RESOURCE_NAME
|
||||
|
||||
@ -12,7 +12,7 @@ spring:
|
||||
platform: postgres
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: create-drop
|
||||
ddl-auto: create
|
||||
show-sql: true
|
||||
properties:
|
||||
org.hibernate.envers.revision_field_name: revision_id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user