Add pgadmin

This commit is contained in:
Ruben Hensen
2024-09-12 14:41:13 +02:00
parent a2693c13f2
commit ce6e5b1548
3 changed files with 17 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: postgresql-es
namespace: ente-photos
spec:
refreshInterval: "15s"
secretStoreRef:
name: vault-backend
kind: ClusterSecretStore
target:
name: pgadmin-secret
dataFrom:
- extract:
key: pgadmin
View File
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
- http: - http:
paths: paths:
- pathType: Prefix - pathType: Prefix
path: "/" path: "/longhorn"
backend: backend:
service: service:
name: longhorn-frontend name: longhorn-frontend