refactor: standardize namespace and PVC names in Helm templates
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: koha-ingress
|
||||
namespace: koha-{{ .Values.instance }}
|
||||
namespace: koha
|
||||
{{ if and .Values.tls.enabled .Values.tls.cert_manager.enabled }}
|
||||
annotations:
|
||||
{{ if eq .Values.tls.cert_manager.kind "cluster-issuer" }}
|
||||
@@ -39,36 +39,4 @@ spec:
|
||||
name: {{ .Values.instance }}-koha
|
||||
port:
|
||||
number: {{ .Values.opac.port }}
|
||||
pathType: ImplementationSpecific
|
||||
{{ if .Values.sip.enabled }}
|
||||
- host: {{ .Values.instance }}{{ .Values.sip.suffix }}{{ .Values.global.domain }}
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: {{ .Values.instance }}-sip
|
||||
port:
|
||||
number: 6001
|
||||
{{ end }}
|
||||
{{ if .Values.ncip.enabled }}
|
||||
- host: {{ .Values.instance }}{{ .Values.ncip.suffix }}{{ .Values.global.domain }}
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: {{ .Values.instance }}-ncip
|
||||
port:
|
||||
number: 3000
|
||||
pathType: ImplementationSpecific
|
||||
{{ end }}
|
||||
{{ if .Values.z3950.enabled }}
|
||||
- host: {{ .Values.instance }}{{ .Values.z3950.suffix }}{{ .Values.global.domain }}
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: {{ .Values.instance }}-z3950
|
||||
port:
|
||||
number: 2100
|
||||
pathType: ImplementationSpecific
|
||||
{{ end }}
|
||||
pathType: ImplementationSpecific
|
Reference in New Issue
Block a user