Skip to content

Commit f887b9d

Browse files
committed
ci: remove https support as handled by traefik
1 parent 84dc0de commit f887b9d

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

default.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ server {
22
listen 80 default_server;
33
listen [::]:80 default_server ipv6only=on;
44

5-
listen 443 ssl;
6-
75
root /usr/share/nginx/html;
86
index index.html;
97

108
server_name localhost;
11-
ssl_certificate /etc/nginx/ssl/tls.crt;
12-
ssl_certificate_key /etc/nginx/ssl/tls.key;
139

1410
location / {
1511
try_files $uri $uri/ =404;

values.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ image:
55
tag: "main"
66
imagePullSecret: "nanoforge-docker-token"
77
routes:
8-
- port: 443
8+
- port: 80
99
match: "Host(`docs.nanoforge.eu`)"
10-
ssl:
11-
secretMountPath: "/etc/nginx/ssl"
12-
secretName: "tls-certificates"

0 commit comments

Comments
 (0)