Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9014491f7 | |||
| a2be6f6593 | |||
| 86817e5c94 | |||
| 16010ea70e |
@@ -62,9 +62,11 @@ ArgoCD homelab project
|
||||
| **sonarr-stack** | [](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
|
||||
| **stirling-pdf** | [](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
|
||||
| **syncthing** | [](https://ag.hexor.cy/applications/argocd/syncthing) |
|
||||
| **teamspeak** | [](https://ag.hexor.cy/applications/argocd/teamspeak) |
|
||||
| **tg-bots** | [](https://ag.hexor.cy/applications/argocd/tg-bots) |
|
||||
| **vaultwarden** | [](https://ag.hexor.cy/applications/argocd/vaultwarden) |
|
||||
| **vpn** | [](https://ag.hexor.cy/applications/argocd/vpn) |
|
||||
| **wedding** | [](https://ag.hexor.cy/applications/argocd/wedding) |
|
||||
| **xandikos** | [](https://ag.hexor.cy/applications/argocd/xandikos) |
|
||||
|
||||
</td>
|
||||
|
||||
@@ -28,9 +28,13 @@ spec:
|
||||
- name: zola-build
|
||||
image: ghcr.io/getzola/zola:v0.19.2
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- cd /src && zola build --output-dir /public
|
||||
- /bin/zola
|
||||
args:
|
||||
- --root
|
||||
- /src
|
||||
- build
|
||||
- --output-dir
|
||||
- /public/html
|
||||
volumeMounts:
|
||||
- name: source
|
||||
mountPath: /src
|
||||
@@ -45,6 +49,7 @@ spec:
|
||||
volumeMounts:
|
||||
- name: public
|
||||
mountPath: /usr/share/nginx/html
|
||||
subPath: html
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user