We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da201 commit 272c4abCopy full SHA for 272c4ab
charts/netbox/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: netbox
3
-version: 5.0.0-beta3
+version: 5.0.0-beta4
4
appVersion: "v3.6.4"
5
type: application
6
kubeVersion: ^1.25.0-0
charts/netbox/templates/ingress.yaml
@@ -30,11 +30,7 @@ spec:
30
{{- if kindIs "string" . }}
31
- path: {{ . }}
32
pathType: Prefix
33
- backend:
34
- service:
35
- name: {{ include "common.names.fullname" . }}
36
- port:
37
- name: http
+ backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 10 }}
38
{{- else }}
39
{{- (list .) | toYaml | nindent 6 }}
40
{{- end }}
0 commit comments