@@ -48,6 +48,10 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: 80
+ resources:
+ requests:
+ # memory: "64Mi"
+ cpu: "20m"
volumeMounts:
- name: nginx-config
mountPath: /etc/nginx/sites-available/hue
@@ -24,6 +24,10 @@ spec:
value: /var/lib/postgresql/data/pgdata
- containerPort: 5432
+ # memory: "350Mi"
- mountPath: /var/lib/postgresql/data
name: postgres-data