Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 14:32:40 +00:00
2 changed files with 41 additions and 46 deletions

View File

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

View File

@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./app.yaml
- ./external-secrets.yaml
- ./deployment.yaml
- ./redis-deployment.yaml