Add port 80 redirects, fix db address
This commit is contained in:
parent
1a62734f08
commit
2202bcc274
7 changed files with 43 additions and 2 deletions
|
@ -33,6 +33,14 @@ spec:
|
|||
credentialName: chartmuseum-cert
|
||||
hosts:
|
||||
- charts.minhas.io
|
||||
- port:
|
||||
number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
tls:
|
||||
httpsRedirect: true
|
||||
hosts:
|
||||
- charts.minhas.io
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
|
@ -33,6 +33,14 @@ spec:
|
|||
credentialName: gitea-cert
|
||||
hosts:
|
||||
- git.minhas.io
|
||||
- port:
|
||||
number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
tls:
|
||||
httpsRedirect: true
|
||||
hosts:
|
||||
- git.minhas.io
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
|
@ -35,6 +35,15 @@ spec:
|
|||
hosts:
|
||||
- miniflux.minhas.io
|
||||
- rss.minhas.io
|
||||
- port:
|
||||
number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
tls:
|
||||
httpsRedirect: true
|
||||
hosts:
|
||||
- miniflux.minhas.io
|
||||
- rss.minhas.io
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
|
@ -33,6 +33,14 @@ spec:
|
|||
credentialName: nextcloud-cert
|
||||
hosts:
|
||||
- nextcloud.minhas.io
|
||||
- port:
|
||||
number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
tls:
|
||||
httpsRedirect: true
|
||||
hosts:
|
||||
- nextcloud.minhas.io
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
|
@ -42,7 +42,7 @@ env:
|
|||
- name: API_PORT
|
||||
value: "80"
|
||||
- name: DB_HOST
|
||||
value: sedan.node.masked.name
|
||||
value: sedan.minhas.io
|
||||
- name: DB_NAME
|
||||
value: sudosci
|
||||
- name: DB_PORT
|
||||
|
|
|
@ -33,6 +33,14 @@ spec:
|
|||
credentialName: wallabag-cert
|
||||
hosts:
|
||||
- wallabag.minhas.io
|
||||
- port:
|
||||
number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
tls:
|
||||
httpsRedirect: true
|
||||
hosts:
|
||||
- wallabag.minhas.io
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
|
@ -9,7 +9,7 @@ env:
|
|||
- name: SYMFONY__ENV__DATABASE_DRIVER
|
||||
value: pdo_pgsql
|
||||
- name: SYMFONY__ENV__DATABASE_HOST
|
||||
value: sedan.node.masked.name
|
||||
value: sedan.minhas.io
|
||||
- name: SYMFONY__ENV__DATABASE_PORT
|
||||
value: 5432
|
||||
- name: SYMFONY__ENV__DATABASE_NAME
|
||||
|
|
Loading…
Reference in a new issue