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