Compare commits

..

3 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 14:58:58 +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

View File

@@ -10,13 +10,18 @@ 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: admin
METRICS_PASS: |- METRICS_PASS: |-
{{ .metrics_pass }} {{ .metrics_pass }}
WEBHOOK_SECRET_HEADER: |- WEBHOOK_SECRET_HEADER: |-