Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
3a91eb9105 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 39s
Generated by CI/CD workflow on 2025-11-24 14:54:48

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 14:54:48 +00:00
3 changed files with 1 additions and 24 deletions

View File

@@ -10,18 +10,13 @@ spec:
template:
type: Opaque
data:
METRICS_USER: admin
FRONT_END_DOMAIN: rw.hexor.cy
SUB_PUBLIC_DOMAIN: rw.hexor.cy/api/sub
REDIS_HOST: remnawave-redis
REDIS_PORT: "6379"
DATABASE_URL: |-
postgresql://remnawave:{{ .pg_pass }}@psql.psql.svc:5432/remnawave
JWT_AUTH_SECRET: |-
{{ .jwt_auth_secret }}
JWT_API_TOKENS_SECRET: |-
{{ .jwt_api_tokens_secret }}
METRICS_USER: admin
METRICS_PASS: |-
{{ .metrics_pass }}
WEBHOOK_SECRET_HEADER: |-

View File

@@ -47,7 +47,6 @@ server:
- minecraft.hexor.cy # Minecraft UI and server
- pass.hexor.cy # k8s-secret for openai
- ps.hexor.cy # pasarguard UI
- rw.hexor.cy # RemnaWave UI
tls:
- secretName: idm-tls
hosts:

View File

@@ -206,22 +206,5 @@ EOT
create_group = true
access_groups = ["admins"]
}
"remnawave" = {
name = "RemnaWave"
slug = "remnawave"
group = "Tools"
external_host = "https://rw.hexor.cy"
internal_host = "https://remnawave.remnawave.svc:3000"
internal_host_ssl_validation = false
meta_description = ""
skip_path_regex = <<-EOT
/api/sub/
EOT
meta_icon = "https://camo.githubusercontent.com/0fbcff9dfaebb0363774139d00ef58d7f128eed3ddabaaf2bf7d18b68fd296a1/68747470733a2f2f63646e2e72656d6e612e73742f6c6f676f732f6c6f676f2e737667"
mode = "proxy"
outpost = "kubernetes-outpost"
create_group = true
access_groups = ["admins"]
}
}