Skip to content
Snippets Groups Projects
Commit 4fb6d74a authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update manifest.yaml

parent 515f11a8
No related branches found
No related tags found
1 merge request!1Update with a working example
......@@ -63,6 +63,13 @@ spec:
ports:
- containerPort: 5432
name: postgresql
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
volumeMounts:
- name: postgresql
mountPath: /var/lib/postgresql/data
......@@ -130,6 +137,13 @@ spec:
value: "8080"
ports:
- containerPort: 8080
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
imagePullSecrets:
- name: registry-gitlab
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment