Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Python Django Template
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amine GHOZLANE
Python Django Template
Commits
220b6b75
Commit
220b6b75
authored
Jun 4, 2019
by
Thomas MENARD
Browse files
Options
Downloads
Patches
Plain Diff
Add Dockerfile, gitlab-ci
parent
46295f0c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifest.yaml
+80
-76
80 additions, 76 deletions
manifest.yaml
with
80 additions
and
76 deletions
manifest.yaml
+
80
−
76
View file @
220b6b75
...
@@ -22,7 +22,7 @@ data:
...
@@ -22,7 +22,7 @@ data:
password
:
cG9sbHMK
password
:
cG9sbHMK
database
:
cG9sbHMK
database
:
cG9sbHMK
---
---
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
postgresql
name
:
postgresql
...
@@ -38,8 +38,8 @@ spec:
...
@@ -38,8 +38,8 @@ spec:
tier
:
postgreSQL
tier
:
postgreSQL
spec
:
spec
:
containers
:
containers
:
-
imag
e
:
postgres
:9.6.2-alpine
-
nam
e
:
postgres
ql
nam
e
:
postgres
ql
imag
e
:
postgres
:9.6.2-alpine
env
:
env
:
-
name
:
POSTGRES_USER
-
name
:
POSTGRES_USER
valueFrom
:
valueFrom
:
...
@@ -84,14 +84,14 @@ spec:
...
@@ -84,14 +84,14 @@ spec:
app
:
postgresql
app
:
postgresql
tier
:
postgreSQL
tier
:
postgreSQL
---
---
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
polls
name
:
polls
labels
:
labels
:
app
:
polls
app
:
polls
spec
:
spec
:
replicas
:
3
replicas
:
1
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
@@ -184,4 +184,8 @@ template:
...
@@ -184,4 +184,8 @@ template:
name
:
postgresql-credentials
name
:
postgresql-credentials
key
:
password
key
:
password
restartPolicy
:
Never
restartPolicy
:
Never
volumes
:
-
name
:
postgresql-credentials
secret
:
secretName
:
postgresql
backoffLimit
:
5
backoffLimit
:
5
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
sign in
to comment