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
13e240cd
Commit
13e240cd
authored
Jun 18, 2019
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Descomentamos el secret
parent
c713ae2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
.gitignore
+1
-0
hello-ingress.yaml
12.ingress/hello-ingress.yaml
+1
-1
ingress.yaml
12.ingress/ingress.yaml
+3
-3
No files found.
.gitignore
0 → 100644
View file @
13e240cd
12.ingress/certs/
12.ingress/hello-ingress.yaml
View file @
13e240cd
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
ingress-resource
name
:
hello-
ingress-resource
annotations
:
kubernetes.io/ingress.class
:
nginx
nginx.ingress.kubernetes.io/ssl-redirect
:
"
false"
...
...
12.ingress/ingress.yaml
View file @
13e240cd
...
...
@@ -3,9 +3,9 @@ kind: Ingress
metadata
:
name
:
ingress-frontend
annotations
:
#
nginx.ingress.kubernetes.io/auth-type: basic
#
nginx.ingress.kubernetes.io/auth-secret: basic-auth
#
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required - Service'
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
spec
:
tls
:
...
...
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