Compare commits

..

3 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
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
Ultradesu
f07f0ea7c5 Added Remnawave
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2025-11-24 16:32:43 +02:00
2 changed files with 41 additions and 41 deletions

View File

@@ -12,14 +12,15 @@ spec:
data: data:
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_USER: admin
# {{ .metrics_user }} METRICS_PASS: |-
# METRICS_PASS: |- {{ .metrics_pass }}
# {{ .metrics_pass }} WEBHOOK_SECRET_HEADER: |-
{{ .webhook_secret }}
data: data:
- secretKey: pg_pass - secretKey: pg_pass
@@ -30,35 +31,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

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