Access to external DNS

By default, the TF tf-control-dns-external service is created to expose TF control dns. You can disable creation of this service using the enableDNSExternal parameter in the TFOperator CR. For example:

spec:
  controllers:
    tf-control:
      dns:
        enableDNSExternal: false