Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
commul
oetzit
Commits
1df0d548
"src/api/PrivateRoute/PrivateRoute.tsx" did not exist on "1c31cd69a1a63204124edb2051063ad29d3be047"
Commit
1df0d548
authored
3 years ago
by
Paolo.Brasolin
Browse files
Options
Downloads
Patches
Plain Diff
fix: #be allow acces via pwd to db
parent
ae17920b
No related branches found
No related tags found
No related merge requests found
Pipeline
#23359
failed
3 years ago
Stage: setup
Stage: check
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/k8s/base/database/deployment.yaml
+3
-0
3 additions, 0 deletions
backend/k8s/base/database/deployment.yaml
with
3 additions
and
0 deletions
backend/k8s/base/database/deployment.yaml
+
3
−
0
View file @
1df0d548
...
@@ -22,6 +22,9 @@ spec:
...
@@ -22,6 +22,9 @@ spec:
-
# NOTE: using a subfolder is required to avoid permission problems
-
# NOTE: using a subfolder is required to avoid permission problems
name
:
PGDATA
name
:
PGDATA
value
:
/var/lib/postgresql/data/pgdata
value
:
/var/lib/postgresql/data/pgdata
-
# NOTE: this allows connection via password from any host (which is, the rest of the cloud)
name
:
POSTGRES_HOST_AUTH_METHOD
value
:
scram-sha-256
resources
:
{}
resources
:
{}
volumes
:
volumes
:
-
name
:
pgdata
-
name
:
pgdata
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment