Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
harbor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
harbor
Commits
3ee7819b
"src/components/service-list/service_list-new.vue" did not exist on "5b03ea87a72eb92739914e71df7c0a609b0bb29d"
Commit
3ee7819b
authored
Apr 07, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
fadc628d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
templates/ingress/notary-ingress.yaml
templates/ingress/notary-ingress.yaml
+0
-33
No files found.
templates/ingress/notary-ingress.yaml
deleted
100644 → 0
View file @
fadc628d
{{
- if .Values.notary.enabled
}}
{{
- if eq .Values.expose.type "ingress"
}}
{{
- $ingress
:
= .Values.expose.ingress -
}}
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
"
{{
template
"harbor.ingress.notary" . }}"
labels
:
{{
include "harbor.labels" . | indent 4
}}
annotations
:
{{
toYaml $ingress.annotations | indent 4
}}
{{
printf "%s
:
/" $ingress.rewriteAnnotation
}}
spec
:
{{
- if .Values.expose.tls.enabled
}}
tls
:
-
secretName
:
{{
template "harbor.certificate-secret" .
}}
{{
- if $ingress.host
}}
hosts
:
-
{{
$ingress.host
}}
{{
- end
}}
{{
- end
}}
rules
:
-
http
:
paths
:
-
path
:
/notary/
backend
:
serviceName
:
{{
template "harbor.notary-server" .
}}
servicePort
:
4443
{{
- if $ingress.host
}}
host
:
{{
$ingress.host
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
\ 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