Skip to content

Commit

Permalink
Merge pull request #30 from FusionAuth/dns-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak authored Aug 27, 2020
2 parents c9e407f + f8890a6 commit 5a6ecbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ spec:
- name: {{ template "fusionauth.fullname" . }}-config-volume
mountPath: /kickstart
{{- end }}
{{- if .Values.dnsConfig }}
dnsConfig:
{{- toYaml .Values.dnsConfig |nindent 8 }}
{{- end }}
dnsPolicy: {{ .Values.dnsPolicy }}
{{- if .Values.kickstart.enabled }}
volumes:
- name: {{ template "fusionauth.fullname" . }}-config-volume
Expand Down
3 changes: 3 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ tolerations: []

affinity: {}

dnsConfig: {}
dnsPolicy: ClusterFirst

annotations: {}
podAnnotations: {}

Expand Down

0 comments on commit 5a6ecbb

Please sign in to comment.