Skip to content
Snippets Groups Projects
Commit ccd4d115 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

feat: #be remove overwritten values and insert placeholders

parent a3f3d0a8
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,8 @@ spec:
mountPath: /var/lib/postgresql/data
env:
- name: POSTGRES_DB
value: db_name
- name: POSTGRES_USER
value: db_user
- name: POSTGRES_PASSWORD
value: db_pass
resources: {}
volumes:
- name: pgdata
......
......@@ -18,4 +18,3 @@ spec:
- name: PORT
value: "80"
- name: DATABASE_URL
value: postgres://db_user:db_pass@oetzi-database-service/db_name
......@@ -4,10 +4,10 @@ metadata:
name: ingress
spec:
rules:
- host: oetzi.eurac
- host: PLACEHOLER
http:
paths:
- path: /
- path: PLACEHOLDER
pathType: Prefix
backend:
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment