refactor: update service names and security contexts in Helm templates

This commit is contained in:
Elmar Kresse
2024-12-04 01:02:27 +01:00
parent a96bcea806
commit f47c3aa68b
5 changed files with 76 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ spec:
paths:
- backend:
service:
name: {{ .Values.instance }}-koha
name: apache2
port:
number: {{ .Values.staff.port }}
pathType: ImplementationSpecific
@@ -36,7 +36,7 @@ spec:
paths:
- backend:
service:
name: {{ .Values.instance }}-koha
name: apache2
port:
number: {{ .Values.opac.port }}
pathType: ImplementationSpecific