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: ...@@ -15,11 +15,8 @@ spec:
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data
env: env:
- name: POSTGRES_DB - name: POSTGRES_DB
value: db_name
- name: POSTGRES_USER - name: POSTGRES_USER
value: db_user
- name: POSTGRES_PASSWORD - name: POSTGRES_PASSWORD
value: db_pass
resources: {} resources: {}
volumes: volumes:
- name: pgdata - name: pgdata
......
...@@ -18,4 +18,3 @@ spec: ...@@ -18,4 +18,3 @@ spec:
- name: PORT - name: PORT
value: "80" value: "80"
- name: DATABASE_URL - name: DATABASE_URL
value: postgres://db_user:db_pass@oetzi-database-service/db_name
...@@ -4,10 +4,10 @@ metadata: ...@@ -4,10 +4,10 @@ metadata:
name: ingress name: ingress
spec: spec:
rules: rules:
- host: oetzi.eurac - host: PLACEHOLER
http: http:
paths: paths:
- path: / - path: PLACEHOLDER
pathType: Prefix pathType: Prefix
backend: backend:
service: 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