Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CRS Conversion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OSDU
OSDU Data Platform
System
Reference and Helper Services
CRS Conversion
Merge requests
!6
port aks pipeline to osdu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
port aks pipeline to osdu
aks
into
master
Overview
0
Commits
1
Pipelines
2
Changes
5
Merged
Sherman Yang
requested to merge
aks
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6c062397
1 commit,
4 years ago
5 files
+
105
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
devops/azure/chart/templates/deployment.yaml
+
16
−
18
Options
@@ -23,12 +23,10 @@ spec:
secretProviderClass
:
azure-keyvault
-
name
:
shared-data
emptyDir
:
{}
imagePullSecrets
:
-
name
:
{{
.Values.image.imagePullSecrets
}}
containers
:
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.
app
.repository
}}
:{{
.Values.app.tag
}}
"
imagePullPolicy
:
{{
.Values.app.pullPolicy
}}
image
:
{{
.Values.
image
.repository
}}
/{{ .Chart.Name }}-{{ .Values.image.branch }}:{{ .Values.image.tag | default .Chart.AppVersion
}}
imagePullPolicy
:
Always
ports
:
-
containerPort
:
8080
readinessProbe
:
@@ -54,30 +52,30 @@ spec:
name
:
osdu-svc-properties
key
:
ENV_KEYVAULT
-
name
:
AZURE_TENANT_ID
valueFrom
:
configMapKeyRef
:
name
:
osdu-svc-properties
key
:
ENV_TENANT_ID
-
name
:
client-id
valueFrom
:
secretKeyRef
:
name
:
clientid
key
:
clie
ntid
-
name
:
AZURE_CLIENT_
SECRET
name
:
active-directory
key
:
tena
ntid
-
name
:
AZURE_CLIENT_
ID
valueFrom
:
secretKeyRef
:
name
:
clientpassw
or
d
key
:
clientpasswor
d
-
name
:
aad_client_id
name
:
active-direct
or
y
key
:
principal-clienti
d
-
name
:
AZURE_CLIENT_SECRET
valueFrom
:
secretKeyRef
:
name
:
a
ppid
key
:
appi
d
name
:
a
ctive-directory
key
:
principal-clientpasswor
d
-
name
:
appinsights_key
valueFrom
:
secretKeyRef
:
name
:
appinsights
name
:
central-logging
key
:
appinsights
-
name
:
aad_client_id
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
application-appid
-
name
:
ENTITLEMENT_URL
value
:
http://entitlements-azure/entitlements/v1
-
name
:
azure_istioauth_enabled
Loading