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) |
|
| **sonarr-stack** | [](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
|
||||||
| **stirling-pdf** | [](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
|
| **stirling-pdf** | [](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
|
||||||
| **syncthing** | [](https://ag.hexor.cy/applications/argocd/syncthing) |
|
| **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) |
|
| **tg-bots** | [](https://ag.hexor.cy/applications/argocd/tg-bots) |
|
||||||
| **vaultwarden** | [](https://ag.hexor.cy/applications/argocd/vaultwarden) |
|
| **vaultwarden** | [](https://ag.hexor.cy/applications/argocd/vaultwarden) |
|
||||||
| **vpn** | [](https://ag.hexor.cy/applications/argocd/vpn) |
|
| **vpn** | [](https://ag.hexor.cy/applications/argocd/vpn) |
|
||||||
|
| **wedding** | [](https://ag.hexor.cy/applications/argocd/wedding) |
|
||||||
| **xandikos** | [](https://ag.hexor.cy/applications/argocd/xandikos) |
|
| **xandikos** | [](https://ag.hexor.cy/applications/argocd/xandikos) |
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: wedding
|
app: wedding
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: spb.tail2fe2d.ts.net
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: git-clone
|
- name: git-clone
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
@@ -33,9 +35,10 @@ spec:
|
|||||||
- --root
|
- --root
|
||||||
- /src
|
- /src
|
||||||
- build
|
- build
|
||||||
|
- --base-url
|
||||||
|
- https://wedding.hexor.cy/
|
||||||
- --output-dir
|
- --output-dir
|
||||||
- /public
|
- /public/html
|
||||||
- --force
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: source
|
- name: source
|
||||||
mountPath: /src
|
mountPath: /src
|
||||||
@@ -50,6 +53,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: public
|
- name: public
|
||||||
mountPath: /usr/share/nginx/html
|
mountPath: /usr/share/nginx/html
|
||||||
|
subPath: html
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user