Skip to content

Commit 37f47f8

Browse files
authored
Merge pull request #141 from metacpan/ssoriche/grep
Fixes for new greep
2 parents f0c32c5 + af9c747 commit 37f47f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

apps/grep/base/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ metadata:
66
data:
77
GREP_SITE_PORT: "5005"
88
GREP_PLACKUP_SERVER_ARGS: "-E production-docker"
9+
APP_ENV: production

apps/grep/base/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ metadata:
77
app: grep
88
spec:
99
replicas: 1
10+
strategy:
11+
type: Recreate
1012
selector:
1113
matchLabels:
1214
app: grep

0 commit comments

Comments
 (0)