UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
0fd42958
Commit
0fd42958
authored
Apr 29, 2021
by
Grant Duncklee
Browse files
add imagePullSecrets to saml. add monitoring
parent
021fc9f5
Pipeline
#238323
passed with stages
in 2 minutes and 25 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
1 deletion
+35
-1
chart/templates/bigbang/saml.yaml
chart/templates/bigbang/saml.yaml
+5
-0
chart/templates/bigbang/secret.yaml
chart/templates/bigbang/secret.yaml
+1
-0
chart/templates/bigbang/servicemonitor.yaml
chart/templates/bigbang/servicemonitor.yaml
+28
-0
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
chart/templates/bigbang/saml.yaml
View file @
0fd42958
...
@@ -11,6 +11,11 @@ spec:
...
@@ -11,6 +11,11 @@ spec:
metadata
:
metadata
:
creationTimestamp
:
null
creationTimestamp
:
null
spec
:
spec
:
activeDeadlineSeconds
:
90
{{
- with .Values.nexus.imagePullSecrets
}}
imagePullSecrets
:
{{
- toYaml . | nindent 8
}}
{{
- end
}}
containers
:
containers
:
-
image
:
registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:latest
-
image
:
registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:latest
name
:
saml
name
:
saml
...
...
chart/templates/bigbang/secret.yaml
View file @
0fd42958
...
@@ -12,4 +12,5 @@ metadata:
...
@@ -12,4 +12,5 @@ metadata:
{{
- end
}}
{{
- end
}}
data
:
data
:
admin.password
:
{{
randAlphaNum 12 | b64enc | quote
}}
admin.password
:
{{
randAlphaNum 12 | b64enc | quote
}}
admin.username
:
YWRtaW4K
{{
- end
}}
{{
- end
}}
chart/templates/bigbang/servicemonitor.yaml
0 → 100644
View file @
0fd42958
{{
- if .Values.monitoring.enabled
}}
apiVersion
:
monitoring.coreos.com/v1
kind
:
ServiceMonitor
metadata
:
name
:
{{
template "nexus.fullname" .
}}
labels
:
release
:
monitoring
spec
:
selector
:
matchLabels
:
name
:
{{
include "nexus.fullname" .
}}
namespaceSelector
:
matchNames
:
-
{{
.Release.Namespace
}}
endpoints
:
-
interval
:
30s
path
:
/service/metrics/data
port
:
nexus-ui
scheme
:
http
basicAuth
:
password
:
name
:
{{
template "nexus.name" .
}}
-secret
key
:
admin.password
username
:
name
:
{{
template "nexus.name" .
}}
-secret
key
:
admin.user
jobLabel
:
{{
template "nexus.fullname" .
}}
-metrics
{{
- end
}}
chart/values.yaml
View file @
0fd42958
...
@@ -6,7 +6,7 @@ istio:
...
@@ -6,7 +6,7 @@ istio:
nexus
:
nexus
:
gateways
:
gateways
:
-
"
istio-system/main"
-
"
istio-system/main"
monioring
:
moni
t
oring
:
enabled
:
false
enabled
:
false
license_key
:
"
"
license_key
:
"
"
license
:
license
:
...
...
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