[1.03.20] create

This commit is contained in:
andyjk15 2020-03-01 20:03:25 +00:00
parent 441f42c789
commit 48fe92a50c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ metadata:
name: RESOURCE_NAME
namespace: production
spec:
replicas: 0
replicas: 2
selector:
matchLabels:
app: RESOURCE_NAME

View File

@ -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