Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5430859e9e
|
|||
|
90434d273b
|
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user