Files
GitOps/htwg-1/flux-apps/postgres-tunnel.yaml
T

33 lines
651 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: postgres
namespace: postgres
spec:
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