osmnx does not behave

This commit is contained in:
2024-07-17 12:00:40 +02:00
parent 25cc0fa300
commit 8d71cab8d5
5 changed files with 16 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: nav-backend
spec:
replicas: 3
replicas: 1
selector:
matchLabels:
app: nav-backend
@@ -31,7 +31,10 @@ spec:
memory: 100Mi
limits:
cpu: 4
memory: 8Gi
memory: 10Gi
volumes:
- name: osm-cache
emptyDir: {}
persistentVolumeClaim:
claimName: osm-cache

View File

@@ -5,6 +5,7 @@ kind: Kustomization
namespace: nav
resources:
- namespace.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: cache
name: osm-cache
spec:
storageClassName: "nfs-client"
accessModes: