Add postgres
This commit is contained in:
21
infrastructure/postgres/release.yaml
Normal file
21
infrastructure/postgres/release.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: postgres
|
||||
spec:
|
||||
releaseName: postgres
|
||||
chart:
|
||||
spec:
|
||||
chart: postgresql
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bitnami
|
||||
namespace: flux-system
|
||||
version: "11.6.3"
|
||||
interval: 1h0m0s
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
global:
|
||||
storageClass: hcloud-volumes
|
Reference in New Issue
Block a user