Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
2d68bdc6
Commit
2d68bdc6
authored
Mar 02, 2020
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix_k8s_deploy
parent
7bbbb899
Pipeline
#1396
failed with stages
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
app.yml.tpl
Docker/manifests/app.yml.tpl
+11
-2
No files found.
Docker/manifests/app.yml.tpl
View file @
2d68bdc6
...
...
@@ -40,9 +40,18 @@ spec:
spec:
containers:
- name: _PROJECT_
image:
_REPO_:_VERSION_
image:
git.poka.website:4567/destream-public/guru:latest
ports:
- name: _PROJECT_
containerPort: 80
volumeMounts:
- name: guruconfig
mountPath: /app/appsettings.json
subPath: appsettings.json
nodeName: node3
volumes:
- name: guruconfig
configMap:
name: guruconfig
imagePullSecrets:
- name: registrypullsecret
\ No newline at end of file
- name: registrypullsecret
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment