Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Streaming Server
Commits
b979a2d9
Commit
b979a2d9
authored
Sep 29, 2021
by
Jonas Waeber
Browse files
Update ingress
parent
8b612bb3
Pipeline
#34853
passed with stages
in 2 minutes and 4 seconds
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/iiif-ingress.yaml
View file @
b979a2d9
apiVersion
:
networking.k8s.io/v1
beta1
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
namespace
:
"
{{
.Values.k8sNamespace
}}"
...
...
@@ -20,6 +20,9 @@ spec:
http
:
paths
:
-
path
:
/iiif/([^/]+)/manifest/v(.)
pathType
:
Prefix
backend
:
serviceName
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment
}}-service"
servicePort
:
{{
.Values.k8sPort
}}
service
:
name
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment
}}-service"
port
:
number
:
{{
.Values.k8sPort
}}
helm-charts/templates/media-ingress.yaml
View file @
b979a2d9
apiVersion
:
networking.k8s.io/v1
beta1
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
namespace
:
"
{{
.Values.k8sNamespace
}}"
...
...
@@ -19,6 +19,9 @@ spec:
http
:
paths
:
-
path
:
/
pathType
:
Prefix
backend
:
serviceName
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment
}}-service"
servicePort
:
{{
.Values.k8sPort
}}
service
:
name
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment
}}-service"
port
:
number
:
{{
.Values.k8sPort
}}
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