k3s-cluster/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml

31 lines
689 B
YAML
Raw Normal View History

2023-04-07 01:17:53 -04:00
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: pgadmin4
namespace: database
labels:
needsDatabase: "yes"
spec:
interval: 5m
chart:
spec:
chart: pgadmin4
version: 1.14.x
sourceRef:
kind: HelmRepository
name: runix-charts
namespace: flux-system
values:
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
2023-04-14 00:42:02 -04:00
- host: &host pgsql.database.${SECRET_DOMAIN}
2023-04-07 01:17:53 -04:00
paths:
- path: "/"
2023-04-14 00:42:02 -04:00
pathType: Prefix
tls:
- hosts:
- *host
secretName: wildcard-main-tls