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

View File

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