Skip to content
Snippets Groups Projects
Commit 47903a6d authored by Marco Lorini's avatar Marco Lorini
Browse files

2022-01-27 ML: change mongo pvc storageclass and ingress host

parent ad0eea48
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
rules:
- host: f2ds.eosc-pillar.eu
- host: f2os.eosc-pillar.eu
http:
paths:
- path: /
......
......@@ -7,12 +7,12 @@ metadata:
name: mongo-claim0
namespace: f2ds
spec:
storageClassName: csi-cinder-high-speed
storageClassName: cdk-cinder
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
storage: 10Gi
---
......
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