Compare commits

...

7 Commits

Author SHA1 Message Date
Gitea Actions Bot
cdc46f3eee Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2025-12-29 02:09:30

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-12-29 02:09:30 +00:00
ab
be6e601275 Update k8s/apps/k8s-secrets/deployment.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2025-12-29 02:09:03 +00:00
ab
063a4a502b Update terraform/authentik/proxy-apps.tfvars
All checks were successful
Terraform / Terraform (push) Successful in 34s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s
2025-12-29 02:01:52 +00:00
Ultradesu
22382b63a1 Added UK jellyfin
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2025-12-28 20:41:27 +00:00
Ultradesu
718709115f Added UK jellyfin
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2025-12-28 20:35:42 +00:00
Ultradesu
df78728137 Added UK jellyfin
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2025-12-28 20:33:35 +00:00
Ultradesu
9671dc3aa8 Added UK jellyfin
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2025-12-28 20:32:46 +00:00
5 changed files with 35 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ ArgoCD homelab project
| **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) |
| **xandikos** | [![xandikos](https://ag.hexor.cy/api/badge?name=xandikos&revision=true)](https://ag.hexor.cy/applications/argocd/xandikos) |
</td> </td>
</tr> </tr>

View File

@@ -28,6 +28,7 @@ spec:
- "k8s-secret" - "k8s-secret"
- "--port" - "--port"
- "3000" - "3000"
- "--webhook"
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: http name: http

View File

@@ -47,6 +47,11 @@ spec:
spec: spec:
nodeSelector: nodeSelector:
kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net
tolerations:
- key: workload
operator: Equal
value: desktop
effect: NoSchedule
volumes: volumes:
- name: config - name: config
hostPath: hostPath:
@@ -97,3 +102,22 @@ spec:
port: 80 port: 80
targetPort: 8080 targetPort: 8080
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jf-local-ingress
annotations:
ingressClassName: traefik
spec:
rules:
- host: tr.uk
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: qbittorrent
port:
number: 80

View File

@@ -9,6 +9,11 @@ resources:
cpu: "6000m" cpu: "6000m"
nodeSelector: nodeSelector:
kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net
tolerations:
- key: workload
operator: Equal
value: desktop
effect: NoSchedule
persistence: persistence:
config: config:
enabled: true enabled: true
@@ -28,11 +33,8 @@ persistence:
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
hosts: hosts:
- host: uk-desktop.uk - host: jf.uk
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix

View File

@@ -51,6 +51,9 @@ proxy_applications = {
internal_host = "http://secret-reader.k8s-secret.svc:80" internal_host = "http://secret-reader.k8s-secret.svc:80"
internal_host_ssl_validation = false internal_host_ssl_validation = false
meta_description = "" meta_description = ""
skip_path_regex = <<-EOT
/webhook/
EOT
meta_icon = "https://img.icons8.com/ios-filled/50/password.png" meta_icon = "https://img.icons8.com/ios-filled/50/password.png"
mode = "proxy" mode = "proxy"
outpost = "kubernetes-outpost" outpost = "kubernetes-outpost"