|
@ -34,7 +34,7 @@ spec: |
|
|
image: b4bz/homer:v23.09.1 |
|
|
image: b4bz/homer:v23.09.1 |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- name: git-repo-volume |
|
|
- name: git-repo-volume |
|
|
mountPath: /www # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. |
|
|
|
|
|
|
|
|
mountPath: /repo # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. |
|
|
ports: |
|
|
ports: |
|
|
- containerPort: 8080 |
|
|
- containerPort: 8080 |
|
|
--- |
|
|
--- |
|
|