Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot ab1e0c9f2a Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-06-01 10:32:56

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-01 10:32:56 +00:00
5 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ spec:
- key: kubernetes.io/hostname
operator: In
values:
#- uk-desktop.tail2fe2d.ts.net
- uk-desktop.tail2fe2d.ts.net
- ai.tail2fe2d.ts.net
- weight: 50
preference:
+3 -2
View File
@@ -1,4 +1,5 @@
---
image: &image 'pasarguard/node:v0.4.0'
apiVersion: apps/v1
kind: DaemonSet
metadata:
@@ -46,7 +47,7 @@ spec:
mountPath: /scripts
containers:
- name: pasarguard-node
image: pasarguard/node:v0.4.0
image: *image
imagePullPolicy: Always
command:
- /bin/sh
@@ -219,4 +220,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: pasarguard-node
namespace: pasarguard
namespace: pasarguard
+5 -1
View File
@@ -1,4 +1,5 @@
---
image: &image 'pasarguard/panel:v4.0.2'
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -34,7 +35,7 @@ spec:
mountPath: /templates/subscription
containers:
- name: pasarguard-web
image: pasarguard/panel:v4.0.2
image: *image
imagePullPolicy: Always
envFrom:
- secretRef:
@@ -75,6 +76,9 @@ apiVersion: v1
kind: Service
metadata:
name: pasarguard
annotations:
traefik.ingress.kubernetes.io/service.serversscheme: https
traefik.ingress.kubernetes.io/service.serverstransport: pasarguard-pasarguard-transport@kubernetescrd
spec:
selector:
app: pasarguard
+20 -15
View File
@@ -4,23 +4,28 @@ kind: ServersTransport
metadata:
name: pasarguard-transport
spec:
serverName: ps.hexor.cy
insecureSkipVerify: true
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: pasarguard
name: pasarguard-ingress
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
entryPoints:
- websecure
routes:
- match: Host(`ps.hexor.cy`)
kind: Rule
services:
- name: pasarguard
port: 80
scheme: https
serversTransport: pasarguard-transport
ingressClassName: traefik
rules:
- host: ps.hexor.cy
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: pasarguard
port:
number: 80
tls:
secretName: pasarguard-tls
- secretName: pasarguard-tls
hosts:
- ps.hexor.cy
-5
View File
@@ -41,11 +41,6 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://gf.hexor.cy/*"]
}
FuruMusic = {
redirect_uris = ["https://music.hexor.cy/auth/oidc/callback"]
web_origins = ["https://music.hexor.cy"]
post_logout_redirect_uris = ["https://music.hexor.cy/*"]
}
FuruMusic-dev = {
redirect_uris = ["https://music-dev.hexor.cy/auth/oidc/callback", "http://127.0.0.1:3000/auth/oidc/callback", "http://10.0.5.103:3000/auth/oidc/callback"]
web_origins = ["https://music-dev.hexor.cy", "http://127.0.0.1:3000", "http://10.0.5.103:3000"]
post_logout_redirect_uris = ["https://music-dev.hexor.cy/*", "http://127.0.0.1:3000/*", "http://10.0.5.103:3000/*"]