itzg / minecraft-server-charts

MIT License
267 stars 142 forks source link

Expose DNS settings of deployment in values #183

Closed toddejohnson closed 8 months ago

toddejohnson commented 8 months ago

I ran into a name resolution issue and the fix for me was in ndots as I pulled down the jar files. This exposes the DNS settings of the pod template so it can be altered in the chart if needed

dnsPolicy: ClusterFirst
dnsConfig:
  options:
  - name: ndots
    value: '1'