Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user-manager
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
user-manager
Commits
ccf046fe
Commit
ccf046fe
authored
2 years ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3276 OZG-3318 put secret creation into deployment file; fix naming; skip helm test temporary
parent
efc770bd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Jenkinsfile
+1
-1
1 addition, 1 deletion
Jenkinsfile
src/main/helm/templates/deployment.yaml
+30
-1
30 additions, 1 deletion
src/main/helm/templates/deployment.yaml
src/main/helm/templates/usermanager_tls_secret.yaml
+1
-1
1 addition, 1 deletion
src/main/helm/templates/usermanager_tls_secret.yaml
with
32 additions
and
3 deletions
Jenkinsfile
+
1
−
1
View file @
ccf046fe
...
@@ -138,7 +138,7 @@ pipeline {
...
@@ -138,7 +138,7 @@ pipeline {
dir
(
'src/main/helm'
)
{
dir
(
'src/main/helm'
)
{
sh
"helm lint -f ../../test/unit-values.yaml"
sh
"helm lint -f ../../test/unit-values.yaml"
sh
"helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
//
sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
sh
"helm package --version=${HELM_CHART_VERSION} ."
sh
"helm package --version=${HELM_CHART_VERSION} ."
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/templates/deployment.yaml
+
30
−
1
View file @
ccf046fe
...
@@ -21,7 +21,36 @@
...
@@ -21,7 +21,36 @@
# Die sprachspezifischen Genehmigungen und Beschränkungen
# Die sprachspezifischen Genehmigungen und Beschränkungen
# unter der Lizenz sind dem Lizenztext zu entnehmen.
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
#
apiVersion
:
cert-manager.io/v1
kind
:
Issuer
metadata
:
name
:
{{
include "app.kopBezeichner" .
}}
-ca-issuer
namespace
:
{{
include "app.namespace" .
}}
spec
:
ca
:
secretName
:
user-manager-ca-cert
---
apiVersion
:
cert-manager.io/v1
kind
:
Certificate
metadata
:
name
:
user-manager-ca-cert
namespace
:
{{
include "app.namespace" .
}}
spec
:
secretName
:
user-manager-ca-cert
issuerRef
:
name
:
{{
include "app.kopBezeichner" .
}}
-ca-issuer
kind
:
Issuer
duration
:
8760h0m0s
renewBefore
:
720h0m0s
commonName
:
"
user-manager-svc"
dnsNames
:
-
"
*.user-manager-svc.{{
include
"app.namespace" . }}.svc.cluster.local"
-
"
user-manager-svc.{{
include
"app.namespace" . }}.svc.cluster.local"
-
"
user-manager-svc.{{
include
"app.namespace" . }}.svc.cluster"
-
"
user-manager-svc.{{
include
"app.namespace" . }}.svc"
-
"
user-manager-svc.{{
include
"app.namespace" . }}"
-
"
user-manager-svc"
---
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/templates/usermanager_tls_secret.yaml
+
1
−
1
View file @
ccf046fe
...
@@ -34,7 +34,7 @@ spec:
...
@@ -34,7 +34,7 @@ spec:
apiVersion
:
cert-manager.io/v1
apiVersion
:
cert-manager.io/v1
kind
:
Certificate
kind
:
Certificate
metadata
:
metadata
:
name
:
user-manager-
tls
-cert
ificate
name
:
user-manager-
ca
-cert
namespace
:
{{
include "app.namespace" .
}}
namespace
:
{{
include "app.namespace" .
}}
spec
:
spec
:
secretName
:
user-manager-ca-cert
secretName
:
user-manager-ca-cert
...
...
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