Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
paas2-basic-example
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
paas2-basic-example
Commits
04562c35
Commit
04562c35
authored
Oct 03, 2019
by
Hogne Håskjold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yamlint fixes.
parent
8bf4ab45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
12 deletions
+15
-12
basic-deployment.yaml
basic-deployment.yaml
+5
-4
basic-ingress.yaml
basic-ingress.yaml
+8
-7
basic-service.yaml
basic-service.yaml
+2
-1
No files found.
basic-deployment.yaml
View file @
04562c35
---
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
...
@@ -16,7 +17,7 @@ spec:
...
@@ -16,7 +17,7 @@ spec:
app
:
basic
app
:
basic
spec
:
spec
:
containers
:
containers
:
-
name
:
basic
-
name
:
basic
image
:
nginx:latest
image
:
nginx:latest
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
basic-ingress.yaml
View file @
04562c35
---
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
...
@@ -5,10 +6,10 @@ metadata:
...
@@ -5,10 +6,10 @@ metadata:
namespace
:
scratch
namespace
:
scratch
spec
:
spec
:
rules
:
rules
:
-
host
:
basic.temp.paas2.uninett.no
-
host
:
basic.temp.paas2.uninett.no
http
:
http
:
paths
:
paths
:
-
path
:
/
-
path
:
/
backend
:
backend
:
serviceName
:
basic
serviceName
:
basic
servicePort
:
80
servicePort
:
80
basic-service.yaml
View file @
04562c35
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
...
@@ -5,6 +6,6 @@ metadata:
...
@@ -5,6 +6,6 @@ metadata:
namespace
:
scratch
namespace
:
scratch
spec
:
spec
:
ports
:
ports
:
-
port
:
80
-
port
:
80
selector
:
selector
:
app
:
basic
app
:
basic
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