fix: correct yaml indentation and mountPath typo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user