fix: correct yaml indentation and mountPath typo

This commit is contained in:
2026-03-16 17:56:13 +01:00
parent 96287ba6c8
commit 8a00416496
+2 -2
View File
@@ -21,12 +21,12 @@ spec:
- containerPort: 3000
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: "homepage.net-scope.org"
value: "homepage.net-scope.org"
volumeMounts:
- name: config
mountPath: /app/config
- name: logs
mountOath: /app/config/logs
mountPath: /app/config/logs
resources:
requests:
memory: "128Mi"