Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 6fc4c58418 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 29s
Generated by CI/CD workflow on 2026-04-28 13:03:27

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-28 13:03:27 +00:00
3 changed files with 12 additions and 14 deletions
+2
View File
@@ -62,9 +62,11 @@ ArgoCD homelab project
| **sonarr-stack** | [![sonarr-stack](https://ag.hexor.cy/api/badge?name=sonarr-stack&revision=true)](https://ag.hexor.cy/applications/argocd/sonarr-stack) | | **sonarr-stack** | [![sonarr-stack](https://ag.hexor.cy/api/badge?name=sonarr-stack&revision=true)](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
| **stirling-pdf** | [![stirling-pdf](https://ag.hexor.cy/api/badge?name=stirling-pdf&revision=true)](https://ag.hexor.cy/applications/argocd/stirling-pdf) | | **stirling-pdf** | [![stirling-pdf](https://ag.hexor.cy/api/badge?name=stirling-pdf&revision=true)](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
| **syncthing** | [![syncthing](https://ag.hexor.cy/api/badge?name=syncthing&revision=true)](https://ag.hexor.cy/applications/argocd/syncthing) | | **syncthing** | [![syncthing](https://ag.hexor.cy/api/badge?name=syncthing&revision=true)](https://ag.hexor.cy/applications/argocd/syncthing) |
| **teamspeak** | [![teamspeak](https://ag.hexor.cy/api/badge?name=teamspeak&revision=true)](https://ag.hexor.cy/applications/argocd/teamspeak) |
| **tg-bots** | [![tg-bots](https://ag.hexor.cy/api/badge?name=tg-bots&revision=true)](https://ag.hexor.cy/applications/argocd/tg-bots) | | **tg-bots** | [![tg-bots](https://ag.hexor.cy/api/badge?name=tg-bots&revision=true)](https://ag.hexor.cy/applications/argocd/tg-bots) |
| **vaultwarden** | [![vaultwarden](https://ag.hexor.cy/api/badge?name=vaultwarden&revision=true)](https://ag.hexor.cy/applications/argocd/vaultwarden) | | **vaultwarden** | [![vaultwarden](https://ag.hexor.cy/api/badge?name=vaultwarden&revision=true)](https://ag.hexor.cy/applications/argocd/vaultwarden) |
| **vpn** | [![vpn](https://ag.hexor.cy/api/badge?name=vpn&revision=true)](https://ag.hexor.cy/applications/argocd/vpn) | | **vpn** | [![vpn](https://ag.hexor.cy/api/badge?name=vpn&revision=true)](https://ag.hexor.cy/applications/argocd/vpn) |
| **wedding** | [![wedding](https://ag.hexor.cy/api/badge?name=wedding&revision=true)](https://ag.hexor.cy/applications/argocd/wedding) |
| **xandikos** | [![xandikos](https://ag.hexor.cy/api/badge?name=xandikos&revision=true)](https://ag.hexor.cy/applications/argocd/xandikos) | | **xandikos** | [![xandikos](https://ag.hexor.cy/api/badge?name=xandikos&revision=true)](https://ag.hexor.cy/applications/argocd/xandikos) |
</td> </td>
+8 -8
View File
@@ -60,8 +60,8 @@ synapse:
storage: storage:
size: 20Gi size: 20Gi
maxUploadSize: 100M maxUploadSize: 100M
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Matrix Authentication Service ## Matrix Authentication Service
matrixAuthenticationService: matrixAuthenticationService:
@@ -88,24 +88,24 @@ matrixAuthenticationService:
1-oidc: 1-oidc:
configSecret: matrix-oidc-config configSecret: matrix-oidc-config
configSecretKey: mas-oidc.yaml configSecretKey: mas-oidc.yaml
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Element Web client ## Element Web client
elementWeb: elementWeb:
enabled: true enabled: true
ingress: ingress:
host: chat.matrix.hexor.cy host: chat.matrix.hexor.cy
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Element Admin panel ## Element Admin panel
elementAdmin: elementAdmin:
enabled: true enabled: true
ingress: ingress:
host: admin.matrix.hexor.cy host: admin.matrix.hexor.cy
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Well-known delegation on the base domain (host is derived from serverName) ## Well-known delegation on the base domain (host is derived from serverName)
wellKnownDelegation: wellKnownDelegation:
+2 -6
View File
@@ -7,8 +7,6 @@ metadata:
spec: spec:
concurrency: 1 concurrency: 1
cordon: true cordon: true
tolerations:
- operator: Exists
nodeSelector: nodeSelector:
matchExpressions: matchExpressions:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
@@ -18,7 +16,7 @@ spec:
serviceAccountName: system-upgrade serviceAccountName: system-upgrade
upgrade: upgrade:
image: rancher/k3s-upgrade image: rancher/k3s-upgrade
version: v1.35.4+k3s1 version: v1.35.2+k3s1
--- ---
# Agent plan # Agent plan
apiVersion: upgrade.cattle.io/v1 apiVersion: upgrade.cattle.io/v1
@@ -29,8 +27,6 @@ metadata:
spec: spec:
concurrency: 1 concurrency: 1
cordon: true cordon: true
tolerations:
- operator: Exists
nodeSelector: nodeSelector:
matchExpressions: matchExpressions:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
@@ -43,4 +39,4 @@ spec:
serviceAccountName: system-upgrade serviceAccountName: system-upgrade
upgrade: upgrade:
image: rancher/k3s-upgrade image: rancher/k3s-upgrade
version: v1.35.4+k3s1 version: v1.35.2+k3s1