[22.02.20] Possibly got it

This commit is contained in:
andyjk15 2020-02-22 00:43:30 +00:00
parent 567f92c054
commit 297d80777e
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -9,6 +9,7 @@ spring:
hikari: hikari:
maximum-pool-size: 100 maximum-pool-size: 100
minimum-idle: 1 minimum-idle: 1
platform: postgres
jpa: jpa:
hibernate: hibernate:
ddl-auto: validate ddl-auto: validate