fukuops/k8s/argo-apps/lldap.yaml

55 lines
1.5 KiB
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: lldap
namespace: argo-cd
spec:
destination:
name: ''
namespace: apps-fuku
server: https://kubernetes.default.svc
sources:
- repoURL: oci://git.roboces.dev/catalin/fukuops
chart: lldap
targetRevision: 1.0.0
helm:
valuesObject:
lldap:
service:
type: LoadBalancer
httpPort: 17170
ldapPort: 3890
ingress:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: ldap.fuku
paths:
- path: /
pathType: Prefix
- host: ldap.fukurokuju.dev
paths:
- path: /
pathType: Prefix
config:
ldapBaseDn: "dc=fuku,dc=local"
httpUrl: "https://ldap.fuku"
persistence:
enabled: true
storageClass: "truenas-nfs-csi"
accessMode: ReadWriteMany
size: 5Gi
secret:
existingSecretName: "lldap-secrets"
podDisruptionBudget:
enabled: true
minAvailable: 1
project: fuku
syncPolicy:
automated:
prune: true
selfHeal: true