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
|
apiVersion: v1
|
||||||
name: fp
|
name: fp
|
||||||
description: The Galaxy's Best VTuber Hentai Site
|
description: The Galaxy's Best VTuber Hentai Site
|
||||||
version: 0.0.43
|
version: 0.0.45
|
||||||
keywords:
|
keywords:
|
||||||
- fp
|
- fp
|
||||||
- futureporn
|
- futureporn
|
||||||
|
|
|
@ -51,11 +51,11 @@ spec:
|
||||||
name: traefik
|
name: traefik
|
||||||
port:
|
port:
|
||||||
number: 443
|
number: 443
|
||||||
tls:
|
# tls:
|
||||||
hosts:
|
# - hosts:
|
||||||
- "{{ .Values.echo.hostname }}"
|
# - "{{ .Values.echo.hostname }}"
|
||||||
secretName: echo-cert
|
# secretName: echo-cert
|
||||||
- "{{ .Values.next.hostname }}"
|
# - "{{ .Values.next.hostname }}"
|
||||||
secretName: next-cert
|
# secretName: next-cert
|
||||||
- "{{ .Values.strapi.hostname }}"
|
# - "{{ .Values.strapi.hostname }}"
|
||||||
secretName: strapi-cert
|
# secretName: strapi-cert
|
Loading…
Reference in New Issue