Fixed yaml validation errors
This commit is contained in:
parent
b1c2db6aeb
commit
3debe912a0
3 changed files with 8 additions and 5 deletions
|
@ -21,6 +21,9 @@ spec:
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
serviceName: shynet-webserver-service
|
service:
|
||||||
servicePort: 8080
|
name: shynet-webserver-service
|
||||||
|
port:
|
||||||
|
number: 8080
|
||||||
path: /
|
path: /
|
||||||
|
pathType: Prefix
|
|
@ -19,7 +19,7 @@ stringData:
|
||||||
DB_NAME: "shynet"
|
DB_NAME: "shynet"
|
||||||
DB_USER: postgres-db-user
|
DB_USER: postgres-db-user
|
||||||
DB_PASSWORD: postgres-db-password
|
DB_PASSWORD: postgres-db-password
|
||||||
DB_HOST: "postgresql-service:5432"
|
DB_HOST: "postgresql-service"
|
||||||
|
|
||||||
# Email settings
|
# Email settings
|
||||||
EMAIL_HOST_USER: ""
|
EMAIL_HOST_USER: ""
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{:fqdn "shynet-test.test.meissa-gmbh.de"
|
{:fqdn "statistics.test.meissa-gmbh.de"
|
||||||
:issuer :staging
|
:issuer :staging
|
||||||
:postgres-data-volume-path "/var/postgres"}
|
:postgres-data-volume-path "/var/postgres"}
|
||||||
|
|
Loading…
Reference in a new issue