Browse Source

Update 'hommer-deployment.yml'

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

+ 3
- 2
hommer-deployment.yml View File

@ -27,10 +27,10 @@ spec:
- name: git-cloner
image: alpine/git:latest
command: ["git", "clone", "https://git.anpham.me/DurianLAB/Homepage-Dashboard.git", "/repo"]
command: ["git", "clone", "https://git.anpham.me/DurianLAB/Homepage-Dashboard.git", "/shared-git-data/Homepage-Dashboard"]
volumeMounts:
- name: git-repo-volume
mountPath: /repo/assets
mountPath: /shared-git-data
containers:
- name: hommer
@ -38,6 +38,7 @@ spec:
volumeMounts:
- name: git-repo-volume
mountPath: /www/assets
subPath: Homepage-Dashboard/assets
# - name: config-volume
# mountPath: /www/assets
ports:


Loading…
Cancel
Save