Compare commits

..

6 Commits

Author SHA1 Message Date
Gitea Actions Bot
cb46889169 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 42s
Generated by CI/CD workflow on 2025-11-24 15:07:24

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 15:07:24 +00:00
ab
70d31aae17 Update k8s/core/authentik/values.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Successful in 13s
2025-11-24 15:06:20 +00:00
ab
9066b3f624 Update terraform/authentik/proxy-apps.tfvars
All checks were successful
Terraform / Terraform (push) Successful in 46s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
2025-11-24 15:03:55 +00:00
Ultradesu
633c4eec94 Added secrets
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2025-11-24 16:57:39 +02:00
Ultradesu
89df3d985e Added secrets
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Has been cancelled
2025-11-24 16:57:02 +02:00
Ultradesu
8ef1242243 Added secrets
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 15s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2025-11-24 16:54:04 +02:00
3 changed files with 64 additions and 40 deletions

View File

@@ -10,16 +10,22 @@ spec:
template: template:
type: Opaque type: Opaque
data: 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: |- DATABASE_URL: |-
postgresql://remnawave:{{ .pg_pass }}@psql.psql.svc:5432/remnawave postgresql://remnawave:{{ .pg_pass }}@psql.psql.svc:5432/remnawave
# JWT_AUTH_SECRET: |- JWT_AUTH_SECRET: |-
# {{ .jwt_auth_secret }} {{ .jwt_auth_secret }}
# JWT_API_TOKENS_SECRET: |- JWT_API_TOKENS_SECRET: |-
# {{ .jwt_api_tokens_secret }} {{ .jwt_api_tokens_secret }}
# METRICS_USER: |- METRICS_PASS: |-
# {{ .metrics_user }} {{ .metrics_pass }}
# METRICS_PASS: |- WEBHOOK_SECRET_HEADER: |-
# {{ .metrics_pass }} {{ .webhook_secret }}
data: data:
- secretKey: pg_pass - secretKey: pg_pass
@@ -30,35 +36,35 @@ spec:
remoteRef: remoteRef:
key: 2a9deb39-ef22-433e-a1be-df1555625e22 key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[10].value property: fields[10].value
# - secretKey: jwt_auth_secret - secretKey: jwt_auth_secret
# sourceRef: sourceRef:
# storeRef: storeRef:
# name: vaultwarden-login name: vaultwarden-login
# kind: ClusterSecretStore kind: ClusterSecretStore
# remoteRef: remoteRef:
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de key: 0d090436-5e82-453a-914c-19cec2abded1
# property: login.password property: fields[0].value
# - secretKey: jwt_api_tokens_secret - secretKey: jwt_api_tokens_secret
# sourceRef: sourceRef:
# storeRef: storeRef:
# name: vaultwarden-login name: vaultwarden-login
# kind: ClusterSecretStore kind: ClusterSecretStore
# remoteRef: remoteRef:
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de key: 0d090436-5e82-453a-914c-19cec2abded1
# property: login.password property: fields[1].value
# - secretKey: metrics_user - secretKey: metrics_pass
# sourceRef: sourceRef:
# storeRef: storeRef:
# name: vaultwarden-login name: vaultwarden-login
# kind: ClusterSecretStore kind: ClusterSecretStore
# remoteRef: remoteRef:
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de key: 0d090436-5e82-453a-914c-19cec2abded1
# property: login.username property: fields[2].value
# - secretKey: metrics_pass - secretKey: webhook_secret
# sourceRef: sourceRef:
# storeRef: storeRef:
# name: vaultwarden-login name: vaultwarden-login
# kind: ClusterSecretStore kind: ClusterSecretStore
# remoteRef: remoteRef:
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de key: 0d090436-5e82-453a-914c-19cec2abded1
# property: login.password property: fields[3].value

View File

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

View File

@@ -206,5 +206,22 @@ EOT
create_group = true create_group = true
access_groups = ["admins"] 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"]
}
} }