Compare commits

..

5 Commits

Author SHA1 Message Date
Gitea Actions Bot 133f9a7467 Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 16s
Generated by CI/CD workflow on 2026-05-23 12:10:47

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-23 12:10:47 +00:00
Ultradesu 4fe3101e1e Added furumusic
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 10s
Check with kubeconform / lint (push) Successful in 17s
Auto-update README / Generate README and Create MR (push) Successful in 16s
2026-05-23 15:10:05 +03:00
ab 0655b4ff10 Update terraform/keycloak/terraform.tfvars
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Keycloak Terraform / Terraform (push) Successful in 24s
2026-05-23 12:07:11 +00:00
Ultradesu 24f717cc3f Added furumusic
Check with kubeconform / lint (push) Successful in 8s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 16s
2026-05-23 15:04:40 +03:00
Ultradesu 6196b2bb98 Added furumusic
Check with kubeconform / lint (push) Successful in 8s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 16s
2026-05-23 15:00:04 +03:00
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
#OIDC_SESSION_SECRET: |-
# {{ .session_secret }}
PG_STRING: |-
postgres://furumi_dev:{{ .pg_pass }}@psql.psql.svc:5432/furumi_dev
postgresql://furumi_dev:{{ .pg_pass }}@psql.psql.svc/furumi_dev
data:
# - secretKey: client_id
# sourceRef:
+2 -2
View File
@@ -12,5 +12,5 @@ spec:
ports:
- name: http
protocol: TCP
port: 3000
targetPort: 3000
port: 8000
targetPort: 8000
+3 -3
View File
@@ -41,9 +41,9 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://gf.hexor.cy/*"]
}
FuruMusic = {
redirect_uris = ["https://music.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.hexor.cy", "http://127.0.0.1:3000", "http://10.0.5.103:3000"]
post_logout_redirect_uris = ["https://music.hexor.cy/*", "http://127.0.0.1:3000/*", "http://10.0.5.103:3000/*"]
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/*"]
}
Web-Petting = {
redirect_uris = ["https://pet.hexor.cy/admin/oidc/callback", "https://xn--l1acako8eb.xn--p1ai/admin/oidc/callback", "https://мурняня.рф/admin/oidc/callback"]