feat(deploy): add scripts for k3d installation and SSH tunnel setup

This commit is contained in:
Janis Eccarius
2026-05-30 14:30:44 +02:00
parent cb28dc88b1
commit 1ed4fc4c33
8 changed files with 44 additions and 64 deletions
+30 -13
View File
@@ -1,15 +1,32 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: postgres-tunnel
namespace: flux-system
name: postgres
namespace: postgres
spec:
interval: 10m
retryInterval: 2m
sourceRef:
kind: GitRepository
name: gitops
namespace: flux-system
path: ./postgres-tunnel/htwg-1
prune: true
timeout: 3m
interval: 1h
chart:
spec:
chart: postgresql
version: "16.x"
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
values:
auth:
database: nowchess
existingSecret: postgres-credentials
secretKeys:
adminPasswordKey: postgres-password
primary:
persistence:
enabled: true
size: 5Gi
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi