Files
homelab/k8s/core/kanidm/service.yaml
T
2026-05-04 16:52:51 +01:00

16 lines
203 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: kanidm
labels:
app: kanidm
spec:
ports:
- name: https
port: 443
targetPort: 443
protocol: TCP
selector:
app: kanidm