Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
71cbb1c23c Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 26s
Generated by CI/CD workflow on 2026-03-18 03:23:01

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-18 03:23:01 +00:00

View File

@@ -1,13 +1,4 @@
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: admin-strip
spec:
stripPrefix:
prefixes:
- /admin
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
@@ -29,23 +20,6 @@ spec:
name: furumi-web-player
port:
number: 8080
tls:
- secretName: furumi-tls
hosts:
- '*.hexor.cy'
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: furumi-admin-ingress
annotations:
ingressClassName: traefik
traefik.ingress.kubernetes.io/router.middlewares: furumi-admin-strip@kubernetescrd,kube-system-https-redirect@kubernetescrd
spec:
rules:
- host: music.hexor.cy
http:
paths:
- path: /admin
pathType: Prefix
backend:
@@ -57,3 +31,5 @@ spec:
- secretName: furumi-tls
hosts:
- '*.hexor.cy'