2 Commits

Author SHA1 Message Date
5430859e9e Service name and port 2026-03-31 22:26:20 -04:00
90434d273b Copied values for ingress from Gitea helm chart 2026-03-31 19:16:01 -04:00
2 changed files with 15 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ spec:
pathType: {{ default "Prefix" $.Values.ingress.pathType }}
backend:
service:
name: {{ $fullName }}-http
name: {{ $fullName }}-web
port:
number: {{ $httpPort }}
{{- else }}
@@ -44,7 +44,7 @@ spec:
pathType: {{ .pathType | default "Prefix" }}
backend:
service:
name: {{ $fullName }}-http
name: {{ $fullName }}-web
port:
number: {{ $httpPort }}
{{- end }}
@@ -54,7 +54,7 @@ spec:
pathType: "Prefix"
backend:
service:
name: {{ $fullName }}-http
name: {{ $fullName }}-web
port:
number: {{ $httpPort }}
{{- end }}

View File

@@ -12,7 +12,7 @@
#hyperkittyApiKey: supersecret
#djangoSecretKey: supersecret
hostname: lists.example.org
hostname: lists.example.com
imagePullSecrets: []
nameOverride: ""
@@ -67,9 +67,18 @@ web:
service:
type: ClusterIP
port: 80
ingress:
enabled: false
tls: []
className: letsencrypt-prod
className: ""
pathType: Prefix
annotations: {}
hosts:
- host: lists.example.com
paths:
- path: /
tls: []
# - secretName: chart-example-tls
# hosts:
# - git.example.com