Specifying a ChiaIntroducer will create a kubernetes Deployment and some Services for a Chia introducer.
The majority of people do not need to run an introducer. Introducers in Chia serve the purpose of introducing full_nodes in a network to other full_node peers on that network.
Here's a ChiaIntroducer example custom resource (CR):
apiVersion: k8s.chia.net/v1
kind: ChiaIntroducer
metadata:
name: my-introducer
spec:
This page contains documentation specific to this resource. Please see the rest of the documentation for information on more available configurations.