mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
![renovate[bot]](/assets/img/avatar_default.png)
Signed-off-by: Auricom <auricom@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
41 lines
905 B
YAML
41 lines
905 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: pgadmin
|
|
namespace: development
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
# renovate: registryUrl=https://helm.runix.net
|
|
chart: pgadmin4
|
|
version: 1.4.6
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: runix-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
values:
|
|
strategy:
|
|
type: Recreate
|
|
image:
|
|
repository: dpage/pgadmin4
|
|
tag: 4.29
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
annotations:
|
|
prometheus.io/probe: "true"
|
|
prometheus.io/protocol: http
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: "nginx"
|
|
prometheus.io/probe: "true"
|
|
persistentVolume:
|
|
enabled: true
|
|
existingClaim: pgadmin-config
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: "helmrelease-development-pgadmin"
|