Skip to content

Commit

Permalink
fix: port-forward and hostname conflicts (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Nov 1, 2023
1 parent cdeabdd commit adbf8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
value: {{ .Values.domain }}
- name: NEXTAUTH_SECRET
value: {{ $clusterId }}
- name: HOSTNAME
value: "0.0.0.0"
- name: NEXTAUTH_URL
value: https://kubefirst.{{ .Values.domain }}
- name: K1_ACCESS_TOKEN
Expand Down

0 comments on commit adbf8ab

Please sign in to comment.