remove tls from ing
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
2729ecea01
commit
b0863a6071
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: fp
|
||||
description: The Galaxy's Best VTuber Hentai Site
|
||||
version: 0.0.43
|
||||
version: 0.0.45
|
||||
keywords:
|
||||
- fp
|
||||
- futureporn
|
||||
|
|
|
@ -51,11 +51,11 @@ spec:
|
|||
name: traefik
|
||||
port:
|
||||
number: 443
|
||||
tls:
|
||||
hosts:
|
||||
- "{{ .Values.echo.hostname }}"
|
||||
secretName: echo-cert
|
||||
- "{{ .Values.next.hostname }}"
|
||||
secretName: next-cert
|
||||
- "{{ .Values.strapi.hostname }}"
|
||||
secretName: strapi-cert
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - "{{ .Values.echo.hostname }}"
|
||||
# secretName: echo-cert
|
||||
# - "{{ .Values.next.hostname }}"
|
||||
# secretName: next-cert
|
||||
# - "{{ .Values.strapi.hostname }}"
|
||||
# secretName: strapi-cert
|
Loading…
Reference in New Issue