Access to external DNS

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

spec:
  features:
    control:
      enableDNSExternal: false