Browse Source

Update 'hommer-deployment.yml'

master
anpham 2 weeks ago
parent
commit
3e69ca3438
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      hommer-deployment.yml

+ 9
- 1
hommer-deployment.yml View File

@ -18,6 +18,10 @@ spec:
- name: git-repo-volume
emptyDir: {}
- name: config-volume
configMap:
- name: homer-config
# Define init container
initContainers:
- name: git-cloner
@ -34,7 +38,11 @@ spec:
image: b4bz/homer:v23.09.1
volumeMounts:
- name: git-repo-volume
mountPath: /repo/assets # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this.
mountPath: /assets
- name: config-volume
mountPath:
- name: /www/assets
ports:
- containerPort: 8080
---


Loading…
Cancel
Save