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 - containerPort: 3000
env: env:
- name: HOMEPAGE_ALLOWED_HOSTS - name: HOMEPAGE_ALLOWED_HOSTS
value: "homepage.net-scope.org" value: "homepage.net-scope.org"
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /app/config mountPath: /app/config
- name: logs - name: logs
mountOath: /app/config/logs mountPath: /app/config/logs
resources: resources:
requests: requests:
memory: "128Mi" memory: "128Mi"