Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot bcce8503bf Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 17s
Generated by CI/CD workflow on 2026-06-29 18:11:45

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-29 18:11:45 +00:00
3 changed files with 7 additions and 19 deletions
+2
View File
@@ -42,6 +42,7 @@ ArgoCD homelab project
| Application | Status | | Application | Status |
| :--- | :---: | | :--- | :---: |
| **amnezia** | [![amnezia](https://ag.hexor.cy/api/badge?name=amnezia&revision=true)](https://ag.hexor.cy/applications/argocd/amnezia) |
| **comfyui** | [![comfyui](https://ag.hexor.cy/api/badge?name=comfyui&revision=true)](https://ag.hexor.cy/applications/argocd/comfyui) | | **comfyui** | [![comfyui](https://ag.hexor.cy/api/badge?name=comfyui&revision=true)](https://ag.hexor.cy/applications/argocd/comfyui) |
| **furumi** | [![furumi](https://ag.hexor.cy/api/badge?name=furumi&revision=true)](https://ag.hexor.cy/applications/argocd/furumi) | | **furumi** | [![furumi](https://ag.hexor.cy/api/badge?name=furumi&revision=true)](https://ag.hexor.cy/applications/argocd/furumi) |
| **gitea** | [![gitea](https://ag.hexor.cy/api/badge?name=gitea&revision=true)](https://ag.hexor.cy/applications/argocd/gitea) | | **gitea** | [![gitea](https://ag.hexor.cy/api/badge?name=gitea&revision=true)](https://ag.hexor.cy/applications/argocd/gitea) |
@@ -53,6 +54,7 @@ ArgoCD homelab project
| **k8s-secrets** | [![k8s-secrets](https://ag.hexor.cy/api/badge?name=k8s-secrets&revision=true)](https://ag.hexor.cy/applications/argocd/k8s-secrets) | | **k8s-secrets** | [![k8s-secrets](https://ag.hexor.cy/api/badge?name=k8s-secrets&revision=true)](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
| **khm** | [![khm](https://ag.hexor.cy/api/badge?name=khm&revision=true)](https://ag.hexor.cy/applications/argocd/khm) | | **khm** | [![khm](https://ag.hexor.cy/api/badge?name=khm&revision=true)](https://ag.hexor.cy/applications/argocd/khm) |
| **lidarr** | [![lidarr](https://ag.hexor.cy/api/badge?name=lidarr&revision=true)](https://ag.hexor.cy/applications/argocd/lidarr) | | **lidarr** | [![lidarr](https://ag.hexor.cy/api/badge?name=lidarr&revision=true)](https://ag.hexor.cy/applications/argocd/lidarr) |
| **llamacpp** | [![llamacpp](https://ag.hexor.cy/api/badge?name=llamacpp&revision=true)](https://ag.hexor.cy/applications/argocd/llamacpp) |
| **matrix** | [![matrix](https://ag.hexor.cy/api/badge?name=matrix&revision=true)](https://ag.hexor.cy/applications/argocd/matrix) | | **matrix** | [![matrix](https://ag.hexor.cy/api/badge?name=matrix&revision=true)](https://ag.hexor.cy/applications/argocd/matrix) |
| **mtproxy** | [![mtproxy](https://ag.hexor.cy/api/badge?name=mtproxy&revision=true)](https://ag.hexor.cy/applications/argocd/mtproxy) | | **mtproxy** | [![mtproxy](https://ag.hexor.cy/api/badge?name=mtproxy&revision=true)](https://ag.hexor.cy/applications/argocd/mtproxy) |
| **n8n** | [![n8n](https://ag.hexor.cy/api/badge?name=n8n&revision=true)](https://ag.hexor.cy/applications/argocd/n8n) | | **n8n** | [![n8n](https://ag.hexor.cy/api/badge?name=n8n&revision=true)](https://ag.hexor.cy/applications/argocd/n8n) |
+2 -12
View File
@@ -8,7 +8,7 @@ metadata:
annotations: annotations:
reloader.stakater.com/auto: "false" reloader.stakater.com/auto: "false"
secret.reloader.stakater.com/reload: "amneziawg-server" secret.reloader.stakater.com/reload: "amneziawg-server"
configmap.reloader.stakater.com/reload: "amneziawg-scripts,amneziawg-exporter-redis" configmap.reloader.stakater.com/reload: "amneziawg-scripts"
spec: spec:
selector: selector:
matchLabels: matchLabels:
@@ -37,9 +37,7 @@ spec:
- | - |
set -euo pipefail set -euo pipefail
cp /usr/bin/awg /shared-bin/awg cp /usr/bin/awg /shared-bin/awg
cp /lib/ld-musl-x86_64.so.1 /shared-bin/ld-musl-x86_64.so.1 chmod 0755 /shared-bin/awg
cp /lib/ld-musl-x86_64.so.1 /shared-bin/libc.musl-x86_64.so.1
chmod 0755 /shared-bin/awg /shared-bin/ld-musl-x86_64.so.1 /shared-bin/libc.musl-x86_64.so.1
volumeMounts: volumeMounts:
- name: awg-bin - name: awg-bin
mountPath: /shared-bin mountPath: /shared-bin
@@ -250,14 +248,6 @@ spec:
mountPath: /usr/bin/awg mountPath: /usr/bin/awg
subPath: awg subPath: awg
readOnly: true readOnly: true
- name: awg-bin
mountPath: /lib/ld-musl-x86_64.so.1
subPath: ld-musl-x86_64.so.1
readOnly: true
- name: awg-bin
mountPath: /lib/libc.musl-x86_64.so.1
subPath: libc.musl-x86_64.so.1
readOnly: true
volumes: volumes:
- name: server-config - name: server-config
secret: secret:
@@ -8,8 +8,8 @@ metadata:
component: exporter component: exporter
data: data:
redis.conf: | redis.conf: |
bind 127.0.0.1 bind 0.0.0.0
protected-mode yes protected-mode no
port 6379 port 6379
tcp-backlog 511 tcp-backlog 511
timeout 0 timeout 0
@@ -21,12 +21,8 @@ data:
databases 16 databases 16
always-show-logo no always-show-logo no
set-proc-title no set-proc-title no
save "" save 3600 1
appendonly no
stop-writes-on-bgsave-error no stop-writes-on-bgsave-error no
rdbcompression yes rdbcompression yes
rdbchecksum yes rdbchecksum yes
dir /data dir /data
rename-command CONFIG ""
rename-command SAVE ""
rename-command BGSAVE ""