Skip to content

Commit

Permalink
fix(4allportal): ingress specification (#282)
Browse files Browse the repository at this point in the history
* fix: ingress specification

* chore: Update 'README.md's

---------

Co-authored-by: jpkraemer-mg <[email protected]>
  • Loading branch information
jpkraemer-mg and jpkraemer-mg authored Dec 19, 2024
1 parent 2da8de3 commit 38ca4af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/4allportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "3.10.38"
description: A Helm chart for 4ALLPORTAL version 3.10.0 and up
name: 4allportal
version: 20.3.1
version: 20.3.2
icon: https://4allportal.com/wp-content/uploads/2022/07/cropped-4ap_logo.png
keywords:
- 4ALLPORTAL
Expand Down
2 changes: 1 addition & 1 deletion charts/4allportal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4allportal

![Version: 20.3.1](https://img.shields.io/badge/Version-20.3.1-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square)
![Version: 20.3.2](https://img.shields.io/badge/Version-20.3.2-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square)

A Helm chart for 4ALLPORTAL version 3.10.0 and up

Expand Down
2 changes: 1 addition & 1 deletion charts/4allportal/templates/4allportal/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{- if .Values.samba.enabled }}
- path: "/smb"
backend:
name: {{ .Values.samba.service.prefix | default "portals" }}-samba-server.{{ .Values.samba.service.prefix | default "portals" }}
service: {{ .Values.samba.service.prefix | default "portals" }}-samba-server.{{ .Values.samba.service.prefix | default "portals" }}
port:
name: ws
pathType: Prefix
Expand Down

0 comments on commit 38ca4af

Please sign in to comment.