Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
presentation-gitlab-k8s
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arthur Lutz
presentation-gitlab-k8s
Commits
ca0b9135d905
Commit
ca0b9135d905
authored
4 years ago
by
Arthur Lutz
Browse files
Options
Downloads
Patches
Plain Diff
[manifest/ingress] copy annotations from jupyterapp
parent
7b6c1e73f08e
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
[.gitlab-ci.yml] use kaniko, not docker-in-docker
Pipeline
#13855
passed
4 years ago
Stage: test
Stage: build
Stage: release
Stage: review
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/ingress.yaml
+2
-1
2 additions, 1 deletion
manifests/ingress.yaml
with
2 additions
and
1 deletion
manifests/ingress.yaml
+
2
−
1
View file @
ca0b9135
...
...
@@ -8,5 +8,4 @@
app
:
presentation-gitlab-k8s
ref
:
__CI_ENVIRONMENT_SLUG__
annotations
:
kubernetes.io/tls-acme
:
"
true"
kubernetes.io/ingress.class
:
"
nginx"
...
...
@@ -12,4 +11,6 @@
kubernetes.io/ingress.class
:
"
nginx"
cert-manager.io/acme-challenge-type
:
http01
cert-manager.io/cluster-issuer
:
letsencrypt
spec
:
tls
:
-
hosts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment