2024-01-23 01:17:39 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
2023-04-07 05:17:53 +00:00
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: pgadmin4
|
|
|
|
namespace: database
|
|
|
|
spec:
|
|
|
|
interval: 5m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: pgadmin4
|
2024-04-06 23:33:58 +00:00
|
|
|
version: "1.24.1"
|
2023-04-07 05:17:53 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: runix-charts
|
|
|
|
namespace: flux-system
|
|
|
|
values:
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
2023-04-15 05:17:55 +00:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
2023-04-07 05:17:53 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
|
|
hosts:
|
2023-10-22 16:25:20 +00:00
|
|
|
- host: &host pgadm.${SECRET_NEW_DOMAIN}
|
2023-04-07 05:17:53 +00:00
|
|
|
paths:
|
|
|
|
- path: "/"
|
2023-04-14 04:42:02 +00:00
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- *host
|
2023-06-14 04:51:04 +00:00
|
|
|
|
2023-06-15 04:47:37 +00:00
|
|
|
# securityContext:
|
|
|
|
# runAsUser: 10000
|
|
|
|
# runAsGroup: 10000
|
|
|
|
# fsGroup: 10000
|
|
|
|
#
|
|
|
|
# containerSecurityContext:
|
|
|
|
# enabled: true
|
|
|
|
# allowPrivilegeEscalation: false
|
2023-06-15 04:44:29 +00:00
|
|
|
|
2023-10-22 16:25:20 +00:00
|
|
|
# envVarsFromConfigMaps:
|
|
|
|
# - pgadmin4-secret
|
|
|
|
|
|
|
|
persistentVolume:
|
|
|
|
enabled: false
|
|
|
|
|
2023-06-15 04:44:29 +00:00
|
|
|
volumePermissions:
|
|
|
|
enabled: true
|