mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
40 lines
976 B
YAML
40 lines
976 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/ocirepository_v1.json
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: OCIRepository
|
|
metadata:
|
|
name: pgo
|
|
spec:
|
|
interval: 5m
|
|
layerSelector:
|
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
|
operation: copy
|
|
ref:
|
|
tag: 5.8.3
|
|
url: oci://registry.developers.crunchydata.com/crunchydata/pgo
|
|
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: crunchy-postgres-operator
|
|
spec:
|
|
interval: 1h
|
|
chartRef:
|
|
kind: OCIRepository
|
|
name: pgo
|
|
install:
|
|
remediation:
|
|
retries: -1
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
retries: 3
|
|
dependsOn:
|
|
- name: openebs
|
|
namespace: openebs-system
|
|
values:
|
|
install:
|
|
clusterLabels:
|
|
app.kubernetes.io/name: pgo
|