Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
D
docker_training
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ashit.gajwani
docker_training
Commits
726a6ab0
Commit
726a6ab0
authored
Sep 17, 2021
by
ashit.gajwani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added example node files
parent
427ceeaa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
1 deletion
+24
-1
docker-compose-production.yml
docker-compose-production.yml
+0
-1
client-node-port.yaml
k8s/client-node-port.yaml
+12
-0
client-pod.yaml
k8s/client-pod.yaml
+12
-0
No files found.
docker-compose-production.yml
View file @
726a6ab0
...
@@ -9,4 +9,3 @@ services:
...
@@ -9,4 +9,3 @@ services:
environment
:
environment
:
VIRTUAL_HOST
:
'
learn.dashboard-app.climate-connect.com'
VIRTUAL_HOST
:
'
learn.dashboard-app.climate-connect.com'
LETSENCRYPT_HOST
:
'
learn.dashboard-app.climate-connect.com'
LETSENCRYPT_HOST
:
'
learn.dashboard-app.climate-connect.com'
VIRTUAL_PROTO
:
'
https'
k8s/client-node-port.yaml
0 → 100644
View file @
726a6ab0
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
auth-micro-service
spec
:
type
:
NodePort
ports
:
-
port
:
8443
targetPort
:
8080
nodePort
:
50100
selector
:
component
:
web
k8s/client-pod.yaml
0 → 100644
View file @
726a6ab0
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
client-pod
labels
:
component
:
web
spec
:
containers
:
-
name
:
client
image
:
myapplication
ports
:
-
containerPort
:
8080
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