Compare commits

..

9 Commits

Author SHA1 Message Date
Gitea Actions Bot f72c4b4633 Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-06-01 13:33:12

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-01 13:33:12 +00:00
ab a9d1df8fc6 Update k8s/apps/gitea/deployment.yaml
Auto-update README / Generate README and Create MR (push) Successful in 14s
Check with kubeconform / lint (push) Failing after 12m37s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 13m15s
2026-06-01 13:31:24 +00:00
ab 6ea4a99ebd Update k8s/apps/gitea/deployment.yaml
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Failing after 13m48s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 13m53s
2026-06-01 13:30:48 +00:00
ab 13f7e13f9b Fixed pasarguard internal connectivicty
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-06-01 14:03:50 +03:00
ab f3b903f333 Fixed pasarguard internal connectivicty
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2026-06-01 14:00:21 +03:00
ab a8a3bae597 Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2026-06-01 13:56:52 +03:00
ab 2212876d14 Fixed pasarguard internal connectivicty 2026-06-01 13:56:41 +03:00
ab f1acf53b08 Update terraform/keycloak/terraform.tfvars
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Keycloak Terraform / Terraform (push) Successful in 24s
2026-06-01 10:34:01 +00:00
ab 585614b493 Fixed DB string
Check with kubeconform / lint (push) Successful in 6s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 9s
2026-06-01 13:32:29 +03:00
6 changed files with 26 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
#OIDC_SESSION_SECRET: |-
# {{ .session_secret }}
PG_STRING: |-
postgresql://furumi:{{ .pg_pass }}@psql.psql.svc/furumi
postgresql://furumi_dev:{{ .pg_pass }}@psql.psql.svc/furumi_dev
data:
# - secretKey: client_id
# sourceRef:
+2 -2
View File
@@ -70,7 +70,7 @@ kind: Deployment
metadata:
name: gitea-runner
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app: gitea-runner
@@ -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:
+2 -3
View File
@@ -1,5 +1,4 @@
---
image: &image 'pasarguard/node:v0.4.0'
apiVersion: apps/v1
kind: DaemonSet
metadata:
@@ -47,7 +46,7 @@ spec:
mountPath: /scripts
containers:
- name: pasarguard-node
image: *image
image: pasarguard/node:v0.4.0
imagePullPolicy: Always
command:
- /bin/sh
@@ -220,4 +219,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: pasarguard-node
namespace: pasarguard
namespace: pasarguard
+1 -5
View File
@@ -1,5 +1,4 @@
---
image: &image 'pasarguard/panel:v4.0.2'
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -35,7 +34,7 @@ spec:
mountPath: /templates/subscription
containers:
- name: pasarguard-web
image: *image
image: pasarguard/panel:v4.0.2
imagePullPolicy: Always
envFrom:
- secretRef:
@@ -76,9 +75,6 @@ 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
+15 -20
View File
@@ -4,28 +4,23 @@ kind: ServersTransport
metadata:
name: pasarguard-transport
spec:
serverName: ps.hexor.cy
insecureSkipVerify: true
---
apiVersion: networking.k8s.io/v1
kind: Ingress
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: pasarguard-ingress
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
name: pasarguard
spec:
ingressClassName: traefik
rules:
- host: ps.hexor.cy
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: pasarguard
port:
number: 80
entryPoints:
- websecure
routes:
- match: Host(`ps.hexor.cy`)
kind: Rule
services:
- name: pasarguard
port: 80
scheme: https
serversTransport: pasarguard-transport
tls:
- secretName: pasarguard-tls
hosts:
- ps.hexor.cy
secretName: pasarguard-tls
+5
View File
@@ -41,6 +41,11 @@ 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/*"]