27 lines
573 B
YAML
27 lines
573 B
YAML
# status: chart not working
|
|
# note: problem could not be found yet
|
|
|
|
apiVersion: helm.fluxcd.io/v1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: helm-phpldapadmin
|
|
namespace: flux
|
|
spec:
|
|
releaseName: phpldapadmin
|
|
targetNamespace: auth
|
|
chart:
|
|
repository: https://cetic.github.io/helm-charts
|
|
version: 0.1.3
|
|
name: phpldapadmin
|
|
values:
|
|
service:
|
|
type: ClusterIP
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- "ldap.haumdaucher.de"
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
tls:
|
|
- ldap-haumdaucher-de
|