Initial commit

This commit is contained in:
sarodz
2026-02-14 10:46:57 -05:00
commit 4426274448
30 changed files with 1149 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# PostgreSQL credentials.
# Replace <YOUR_DB_PASSWORD> with a strong password.
#
# Encrypt this file with: sops --encrypt --in-place secrets.yaml
apiVersion: v1
kind: Secret
metadata:
name: postgresql-credentials
namespace: gitea
type: Opaque
stringData:
POSTGRES_USER: gitea
POSTGRES_PASSWORD: <YOUR_DB_PASSWORD>
POSTGRES_DB: gitea