Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Helm Chart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
nmaas
nmaas Helm Chart
Commits
dd3f2a59
Commit
dd3f2a59
authored
2 months ago
by
Vojdan Kjorveziroski
Browse files
Options
Downloads
Plain Diff
Merge branch '23-alfa-version-of-the-helm-chart-for-version-1-7-0' into 'master'
Resolve "Alfa version of the Helm chart for version 1.7.0" Closes
#23
See merge request
!12
parents
4cad31da
538dba4f
No related branches found
No related tags found
1 merge request
!12
Resolve "Alfa version of the Helm chart for version 1.7.0"
Pipeline
#93210
passed
2 months ago
Stage: version
Stage: test
Stage: document
Stage: publish
Changes
22
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/nmaas/templates/nmaas-sp-service.yaml
+0
-19
0 additions, 19 deletions
charts/nmaas/templates/nmaas-sp-service.yaml
charts/nmaas/values.yaml
+47
-46
47 additions, 46 deletions
charts/nmaas/values.yaml
with
47 additions
and
65 deletions
charts/nmaas/templates/nmaas-sp-service.yaml
deleted
100644 → 0
+
0
−
19
View file @
4cad31da
{{
- if .Values.sp.enabled -
}}
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
{{
.Values.sp.name
}}
labels
:
app
:
{{
.Values.sp.name
}}
chart
:
{{
.Chart.Name
}}
-{{ .Chart.Version }}
heritage
:
{{
.Release.Service
}}
release
:
{{
.Release.Name
}}
spec
:
type
:
{{
.Values.sp.type
}}
ports
:
-
port
:
{{
.Values.sp.port
}}
targetPort
:
{{
.Values.sp.targetPort
}}
protocol
:
TCP
selector
:
app
:
{{
.Values.sp.name
}}
{{
- end -
}}
This diff is collapsed.
Click to expand it.
charts/nmaas/values.yaml
+
47
−
46
View file @
dd3f2a59
...
...
@@ -25,6 +25,9 @@ global:
platform
:
enabled
:
true
name
:
nmaas-platform
serviceAccountName
:
nmaas-platform
clusterRoleName
:
nmaas-shell-role
clusterRoleBindingName
:
nmaas-platform
ingress
:
# -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set
className
:
'
'
...
...
@@ -58,7 +61,7 @@ platform:
timeoutSeconds
:
10
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-platform
tag
:
"
1.
6.5
"
tag
:
"
1.
7.0
"
pullPolicy
:
IfNotPresent
port
:
9001
targetPort
:
9001
...
...
@@ -82,11 +85,14 @@ platform:
enabled
:
true
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate
tag
:
"
1.
6.5
"
tag
:
"
1.
7.0
"
pullPolicy
:
Always
properties
:
oidcUserLinking
:
true
multiInstanceSupport
:
false
maintenance
:
false
testInstance
:
false
environment
:
prod
defaultLanguage
:
en
serviceDeploymentCheckInterval
:
10
serviceDeploymentCheckTimeout
:
600
...
...
@@ -101,18 +107,6 @@ platform:
showDomainRegistrationSelector
:
true
# -- if true nmaas will automatically create the corresponding Kubernetes namespace for each new domain
autoNamespaceCreationForDomains
:
false
sso
:
enabled
:
false
urlLogin
:
"
"
urlLogout
:
"
"
encryptionSecret
:
# -- leave empty to use existing secret specified below
literal
:
"
"
secret
:
# -- must be created manually if literal is empty
name
:
nmaas-sp-secret
key
:
secret
timeout
:
15
adminEmail
:
admin@example.com
# -- only required if an external postgresql instance is used (when postgresql.install is false)
postgresql
:
...
...
@@ -126,7 +120,6 @@ platform:
secret
:
name
:
nmaas-postgresql-secret
key
:
secret
helm
:
address
:
nmaas-helm
username
:
helm
...
...
@@ -180,13 +173,35 @@ platform:
key
:
secret
# -- expose Prometheus metrics
nmaasMetricsEnabled
:
true
jwt
:
secretName
:
nmaas-jwt
signingKey
:
secret
:
key
:
jwtSigningKey
# -- leave empty to use existing secret, length at least 96 characters
literal
:
"
"
resetKey
:
secret
:
key
:
jwtResetKey
# -- leave empty to use existing secret, length at least 96 characters
literal
:
"
"
oidc
:
enabled
:
false
secretName
:
nmaas-oidc
clientId
:
"
"
issuerUri
:
"
https://auth.example.com/realms/master"
clientSecret
:
secret
:
key
:
oidcClientSecret
# -- leave empty to use existing secret
literal
:
"
"
portal
:
enabled
:
true
name
:
nmaas-portal
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-portal
tag
:
"
1.
6.5
"
tag
:
"
1.
7.0
"
pullPolicy
:
IfNotPresent
ingress
:
# -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set
...
...
@@ -240,33 +255,12 @@ postfix:
secret
:
key
:
smtpPassword
sp
:
enabled
:
false
name
:
nmaas-sp
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-sp
tag
:
"
1.6.3"
pullPolicy
:
Always
ingress
:
# -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set
className
:
'
'
port
:
443
targetPort
:
80
type
:
ClusterIP
tls
:
true
properties
:
idp
:
name
:
edugain
uri
:
https://login.terena.org/wayf/saml2/idp/metadata.php
userId
:
uid
remoteUser
:
email
entityId
:
https://keycloak.example.com/realms/master
metadataUrl
:
https://keycloak.example.com/realms/master/protocol/saml/descriptor
helm
:
enabled
:
true
name
:
nmaas-helm
serviceAccountName
:
nmaas-helm
clusterRoleBindingName
:
nmaas-helm-admin
clusterRoleName
:
cluster-admin
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-helm-3
tag
:
"
3.9.3"
...
...
@@ -289,19 +283,26 @@ janitor:
name
:
nmaas-janitor
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-janitor
tag
:
"
1.
6.1
"
tag
:
"
1.
7.0
"
pullPolicy
:
IfNotPresent
port
:
5000
targetPort
:
5000
serviceAccountName
:
nmaas-janitor
clusterRoleName
:
janitor-role
clusterRoleBindingName
:
nmaas-janitor
type
:
ClusterIP
# -- settings for in-cluster postgresql
postgresql
:
install
:
true
postgresqlUsername
:
nmaas
postgresqlPassword
:
nmaas
postgresqlDatabase
:
nmaas
persistence
:
enabled
:
true
size
:
8Gi
auth
:
username
:
nmaas
password
:
nmaas
database
:
nmaas
postgresPassword
:
nmaas
primary
:
networkPolicy
:
enabled
:
false
persistence
:
enabled
:
true
size
:
8Gi
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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