Files
auricom-home-cluster/cluster/apps/databases/pgadmin/helm-release.yaml
feisar-bot 6566c042d1 ⬆️ Update chart app-template to 1.0.1
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
| helm       | app-template | 0.2.2 | 1.0.1 |
2022-11-08 08:00:17 +00:00

61 lines
1.2 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app pgadmin
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.0.1
sourceRef:
kind: HelmRepository
name: bjw-s-charts
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 5
upgrade:
remediation:
retries: 5
values:
image:
repository: dpage/pgadmin4
tag: "6.15"
env:
PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION: "False"
envFrom:
- secretRef:
name: *app
service:
main:
ports:
http:
port: 80
ingress:
main:
enabled: true
ingressClassName: "nginx"
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: pgadmin-config
mountPath: /var/lib/pgadmin
resources:
requests:
cpu: 50m
memory: 100Mi
limits:
memory: 500Mi