Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 52514c99eb Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2025-12-23 01:34:07

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-12-23 01:34:07 +00:00
5 changed files with 2 additions and 48 deletions
+1
View File
@@ -56,6 +56,7 @@ ArgoCD homelab project
| **tg-bots** | [![tg-bots](https://ag.hexor.cy/api/badge?name=tg-bots&revision=true)](https://ag.hexor.cy/applications/argocd/tg-bots) | | **tg-bots** | [![tg-bots](https://ag.hexor.cy/api/badge?name=tg-bots&revision=true)](https://ag.hexor.cy/applications/argocd/tg-bots) |
| **vaultwarden** | [![vaultwarden](https://ag.hexor.cy/api/badge?name=vaultwarden&revision=true)](https://ag.hexor.cy/applications/argocd/vaultwarden) | | **vaultwarden** | [![vaultwarden](https://ag.hexor.cy/api/badge?name=vaultwarden&revision=true)](https://ag.hexor.cy/applications/argocd/vaultwarden) |
| **vpn** | [![vpn](https://ag.hexor.cy/api/badge?name=vpn&revision=true)](https://ag.hexor.cy/applications/argocd/vpn) | | **vpn** | [![vpn](https://ag.hexor.cy/api/badge?name=vpn&revision=true)](https://ag.hexor.cy/applications/argocd/vpn) |
| **xandikos** | [![xandikos](https://ag.hexor.cy/api/badge?name=xandikos&revision=true)](https://ag.hexor.cy/applications/argocd/xandikos) |
</td> </td>
</tr> </tr>
-31
View File
@@ -1,31 +0,0 @@
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: mmdl-secrets
spec:
target:
name: mmdl-secrets
deletionPolicy: Delete
template:
type: Opaque
data:
DB_DIALECT: 'postgres'
DB_HOST: psql.psql.svc
DB_USER: mmdl
DB_NAME: mmdl
DB_PORT: 5432
DB_PASS: |-
{{ .pg_pass }}
AES_PASSWORD: |-
{{ .pg_pass }}
data:
- secretKey: pg_pass
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[12].value
+1 -1
View File
@@ -7,5 +7,5 @@ resources:
- mmdl-deployment.yaml - mmdl-deployment.yaml
- mmdl-service.yaml - mmdl-service.yaml
- ingress.yaml - ingress.yaml
- external-secrets.yaml
-3
View File
@@ -26,9 +26,6 @@ spec:
- name: mmdl - name: mmdl
image: intriin/mmdl:latest image: intriin/mmdl:latest
imagePullPolicy: Always imagePullPolicy: Always
envFrom:
- secretRef:
name: mmdl-secrets
env: env:
- name: NEXTAUTH_URL - name: NEXTAUTH_URL
value: "https://cal.hexor.cy" value: "https://cal.hexor.cy"
-13
View File
@@ -123,8 +123,6 @@ spec:
{{ .remnawave }} {{ .remnawave }}
USER_umami: |- USER_umami: |-
{{ .umami }} {{ .umami }}
USER_mmdl: |-
{{ .mmdl }}
data: data:
- secretKey: authentik - secretKey: authentik
sourceRef: sourceRef:
@@ -247,14 +245,3 @@ spec:
metadataPolicy: None metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22 key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[11].value property: fields[11].value
- secretKey: mmdl
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
conversionStrategy: Default
decodingStrategy: None
metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[12].value