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 cb415ae + afbf996 commit f9d17acCopy full SHA for f9d17ac
templates/postgres/deployment.yaml
@@ -5,7 +5,7 @@ apiVersion: "apps/v1"
5
kind: "Deployment"
6
metadata:
7
name: "postgres"
8
- namespace: {{ .Release.Namespace }}
+ namespace: {{ .Release.Namespace }}
9
labels:
10
app: "postgres"
11
annotations:
templates/walrus/deployment.yaml
@@ -15,6 +15,7 @@ spec:
15
16
app: diffgram-walrus
17
spec:
18
+ terminationGracePeriodSeconds: 7200 # 2 hours
19
{{ if .Values.nodeGroupLabel }}
20
nodeSelector:
21
poolName: {{ .Values.nodeGroupLabel }}
0 commit comments