prole/k8s/openbao/kerberos-configmap.yaml
chrisfu da2f6600ba feat: infrastructure and installer updates for k3s, OpenTofu, and prole-db
- Add k3s start/stop Ansible playbooks and roles.

- Implement OpenTofu initialization scripts and k8s manifests.

- Update ncurses installer with OpenTofu support and improved k3s integration.

- Add mode support (--mode) to etc/ initialization scripts.

- Update prole-db with recovery, barman objectstore, and SSH OpenBao support.

- Refine k8s manifests for OpenBao and prole-db.
2026-02-05 21:27:18 -08:00

22 lines
417 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: prole-krb5-conf
namespace: prole-chrisfu-abracadabra
data:
krb5.conf: |
[libdefaults]
default_realm = PROLE.ORG
dns_lookup_realm = true
dns_lookup_kdc = true
[realms]
PROLE.ORG = {
kdc = kdc.prole.org
admin_server = kdc.prole.org
}
[domain_realm]
.prole.org = PROLE.ORG
prole.org = PROLE.ORG