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
|
credentialName: chartmuseum-cert
|
||||||
hosts:
|
hosts:
|
||||||
- charts.minhas.io
|
- charts.minhas.io
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: http
|
||||||
|
protocol: HTTP
|
||||||
|
tls:
|
||||||
|
httpsRedirect: true
|
||||||
|
hosts:
|
||||||
|
- charts.minhas.io
|
||||||
...
|
...
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1beta1
|
apiVersion: networking.istio.io/v1beta1
|
||||||
|
|
|
@ -33,6 +33,14 @@ spec:
|
||||||
credentialName: gitea-cert
|
credentialName: gitea-cert
|
||||||
hosts:
|
hosts:
|
||||||
- git.minhas.io
|
- git.minhas.io
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: http
|
||||||
|
protocol: HTTP
|
||||||
|
tls:
|
||||||
|
httpsRedirect: true
|
||||||
|
hosts:
|
||||||
|
- git.minhas.io
|
||||||
...
|
...
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1beta1
|
apiVersion: networking.istio.io/v1beta1
|
||||||
|
|
|
@ -35,6 +35,15 @@ spec:
|
||||||
hosts:
|
hosts:
|
||||||
- miniflux.minhas.io
|
- miniflux.minhas.io
|
||||||
- rss.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
|
apiVersion: networking.istio.io/v1beta1
|
||||||
|
|
|
@ -33,6 +33,14 @@ spec:
|
||||||
credentialName: nextcloud-cert
|
credentialName: nextcloud-cert
|
||||||
hosts:
|
hosts:
|
||||||
- nextcloud.minhas.io
|
- nextcloud.minhas.io
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: http
|
||||||
|
protocol: HTTP
|
||||||
|
tls:
|
||||||
|
httpsRedirect: true
|
||||||
|
hosts:
|
||||||
|
- nextcloud.minhas.io
|
||||||
...
|
...
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1beta1
|
apiVersion: networking.istio.io/v1beta1
|
||||||
|
|
|
@ -42,7 +42,7 @@ env:
|
||||||
- name: API_PORT
|
- name: API_PORT
|
||||||
value: "80"
|
value: "80"
|
||||||
- name: DB_HOST
|
- name: DB_HOST
|
||||||
value: sedan.node.masked.name
|
value: sedan.minhas.io
|
||||||
- name: DB_NAME
|
- name: DB_NAME
|
||||||
value: sudosci
|
value: sudosci
|
||||||
- name: DB_PORT
|
- name: DB_PORT
|
||||||
|
|
|
@ -33,6 +33,14 @@ spec:
|
||||||
credentialName: wallabag-cert
|
credentialName: wallabag-cert
|
||||||
hosts:
|
hosts:
|
||||||
- wallabag.minhas.io
|
- wallabag.minhas.io
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: http
|
||||||
|
protocol: HTTP
|
||||||
|
tls:
|
||||||
|
httpsRedirect: true
|
||||||
|
hosts:
|
||||||
|
- wallabag.minhas.io
|
||||||
...
|
...
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1beta1
|
apiVersion: networking.istio.io/v1beta1
|
||||||
|
|
|
@ -9,7 +9,7 @@ env:
|
||||||
- name: SYMFONY__ENV__DATABASE_DRIVER
|
- name: SYMFONY__ENV__DATABASE_DRIVER
|
||||||
value: pdo_pgsql
|
value: pdo_pgsql
|
||||||
- name: SYMFONY__ENV__DATABASE_HOST
|
- name: SYMFONY__ENV__DATABASE_HOST
|
||||||
value: sedan.node.masked.name
|
value: sedan.minhas.io
|
||||||
- name: SYMFONY__ENV__DATABASE_PORT
|
- name: SYMFONY__ENV__DATABASE_PORT
|
||||||
value: 5432
|
value: 5432
|
||||||
- name: SYMFONY__ENV__DATABASE_NAME
|
- name: SYMFONY__ENV__DATABASE_NAME
|
||||||
|
|
Loading…
Reference in a new issue