Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
open-source
Proxy
Commits
a5c5fb7f
Commit
a5c5fb7f
authored
2 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
fixed secret name
parent
ddda6ce0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/node/Dockerfile
+3
-3
3 additions, 3 deletions
build/node/Dockerfile
chart/templates/deployment.yaml
+2
-2
2 additions, 2 deletions
chart/templates/deployment.yaml
with
5 additions
and
5 deletions
build/node/Dockerfile
+
3
−
3
View file @
a5c5fb7f
FROM
node:14.17.5
as
development
VOLUME
[ "/home/node/.npm", "/home/node/proxy" ]
RUN
mkdir
-p
/home/node/.npm /home/node/proxy
&&
\
VOLUME
[ "/home/node/.npm", "/home/node/
mg
proxy" ]
RUN
mkdir
-p
/home/node/.npm /home/node/
mg
proxy
&&
\
chown
-R
node:node /home/node/
USER
node:node
WORKDIR
/home/node/proxy
WORKDIR
/home/node/
mg
proxy
ADD
build/node/entrypoint_dev.sh /usr/local/bin/entrypoint
ENTRYPOINT
[ "/usr/local/bin/entrypoint" ]
...
...
This diff is collapsed.
Click to expand it.
chart/templates/deployment.yaml
+
2
−
2
View file @
a5c5fb7f
...
...
@@ -67,7 +67,7 @@ spec:
volumeMounts
:
-
name
:
env-files
mountPath
:
/mgproxy/mgproxy_app/.env
subPath
:
ENV_
FILE
subPath
:
ENV_
PRODUCTION
readOnly
:
true
-
name
:
worker
securityContext
:
...
...
@@ -82,7 +82,7 @@ spec:
volumeMounts
:
-
name
:
env-files
mountPath
:
/mgproxy/mgproxy_app/.env
subPath
:
ENV_
FILE
subPath
:
ENV_
PRODUCTION
readOnly
:
true
ports
:
-
name
:
http
...
...
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