Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbcf6ff9b3 | |||
| 7955561b98 | |||
| 28f6924218 | |||
| a2be6f6593 |
@@ -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>
|
||||
|
||||
@@ -15,6 +15,8 @@ spec:
|
||||
labels:
|
||||
app: wedding
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: spb.tail2fe2d.ts.net
|
||||
initContainers:
|
||||
- name: git-clone
|
||||
image: alpine/git:latest
|
||||
@@ -33,9 +35,10 @@ spec:
|
||||
- --root
|
||||
- /src
|
||||
- build
|
||||
- --base-url
|
||||
- https://wedding.hexor.cy/
|
||||
- --output-dir
|
||||
- /public
|
||||
- --force
|
||||
- /public/html
|
||||
volumeMounts:
|
||||
- name: source
|
||||
mountPath: /src
|
||||
@@ -50,6 +53,7 @@ spec:
|
||||
volumeMounts:
|
||||
- name: public
|
||||
mountPath: /usr/share/nginx/html
|
||||
subPath: html
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user