Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
curso-kubernetes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Ernesto Suarez
curso-kubernetes
Commits
27e57868
Commit
27e57868
authored
Jun 17, 2019
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying ingress clusterip
parent
f7704baf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
cloud-generic.yaml
12.ingress/cloud-generic.yaml
+24
-0
ingress.yaml
12.ingress/ingress.yaml
+1
-1
No files found.
12.ingress/cloud-generic.yaml
0 → 100644
View file @
27e57868
kind
:
Service
apiVersion
:
v1
metadata
:
name
:
ingress-nginx
namespace
:
default
labels
:
app.kubernetes.io/name
:
ingress-nginx
app.kubernetes.io/part-of
:
ingress-nginx
spec
:
externalTrafficPolicy
:
Local
type
:
LoadBalancer
selector
:
app.kubernetes.io/name
:
ingress-nginx
app.kubernetes.io/part-of
:
ingress-nginx
ports
:
-
name
:
http
port
:
80
targetPort
:
http
-
name
:
https
port
:
443
targetPort
:
https
---
12.ingress/ingress.yaml
View file @
27e57868
...
...
@@ -6,7 +6,7 @@ metadata:
nginx.ingress.kubernetes.io/auth-type
:
basic
nginx.ingress.kubernetes.io/auth-secret
:
basic-auth
nginx.ingress.kubernetes.io/auth-realm
:
'
Authentication
Required
-
Service'
kubernetes.io/ingress.class
:
nginx
kubernetes.io/ingress.class
:
gce
spec
:
tls
:
-
hosts
:
...
...
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