We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c32c5 + af9c747 commit 37f47f8Copy full SHA for 37f47f8
apps/grep/base/configmap.yaml
@@ -6,3 +6,4 @@ metadata:
6
data:
7
GREP_SITE_PORT: "5005"
8
GREP_PLACKUP_SERVER_ARGS: "-E production-docker"
9
+ APP_ENV: production
apps/grep/base/deployment.yaml
@@ -7,6 +7,8 @@ metadata:
app: grep
spec:
replicas: 1
10
+ strategy:
11
+ type: Recreate
12
selector:
13
matchLabels:
14
0 commit comments