Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
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
Jacklull
k3s
Commits
7bdc55a0
Commit
7bdc55a0
authored
Oct 18, 2017
by
Minhan Xia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add manifest for NEG e2e test
parent
23ff1bb7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
0 deletions
+43
-0
ing.yaml
test/e2e/testing-manifests/ingress/neg/ing.yaml
+9
-0
rc.yaml
test/e2e/testing-manifests/ingress/neg/rc.yaml
+18
-0
svc.yaml
test/e2e/testing-manifests/ingress/neg/svc.yaml
+16
-0
No files found.
test/e2e/testing-manifests/ingress/neg/ing.yaml
0 → 100644
View file @
7bdc55a0
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
hostname
spec
:
backend
:
serviceName
:
hostname
servicePort
:
80
\ No newline at end of file
test/e2e/testing-manifests/ingress/neg/rc.yaml
0 → 100644
View file @
7bdc55a0
apiVersion
:
extensions/v1beta1
kind
:
Deployment
metadata
:
labels
:
run
:
hostname
name
:
hostname
spec
:
template
:
metadata
:
labels
:
run
:
hostname
spec
:
containers
:
-
image
:
gcr.io/kubernetes-e2e-test-images/serve-hostname-amd64:1.1
imagePullPolicy
:
IfNotPresent
name
:
hostname
terminationGracePeriodSeconds
:
120
\ No newline at end of file
test/e2e/testing-manifests/ingress/neg/svc.yaml
0 → 100644
View file @
7bdc55a0
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
hostname
annotations
:
alpha.cloud.google.com/load-balancer-neg
:
"
true"
spec
:
ports
:
-
port
:
80
protocol
:
TCP
targetPort
:
9376
selector
:
run
:
hostname
sessionAffinity
:
None
type
:
NodePort
\ No newline at end of file
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