Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
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
Indexer
Commits
a41dedcf
Commit
a41dedcf
authored
2 years ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
Checkov Findings and Gitlab Helm Chart Deploy Variables
parent
a94e656e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!390
Checkov Findings and Gitlab Helm Chart Deploy Variables
Pipeline
#138279
canceled
2 years ago
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
devops/aws/chart/values.yaml
+11
-9
11 additions, 9 deletions
devops/aws/chart/values.yaml
with
13 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
0
View file @
a41dedcf
variables
:
AWS_BUILD_SUBDIR
:
provider/indexer-aws/build-aws
AWS_TEST_SUBDIR
:
testing/indexer-test-aws
AWS_CHART_SUBDIR
:
devops/aws/chart
AWS_SERVICE
:
indexer
AWS_SERVICE_GATEWAY
:
osdu-gateway
AWS_ENVIRONMENT
:
dev
AWS_DEPLOY_TARGET
:
EKS
AWS_EKS_DEPLOYMENT_NAME
:
os-indexer
...
...
This diff is collapsed.
Click to expand it.
devops/aws/chart/values.yaml
+
11
−
9
View file @
a41dedcf
# Service Config
image
:
__CONTAINER__
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
8080
...
...
@@ -64,7 +64,8 @@ environmentVariables:
value
:
"
true"
-
name
:
PARAMETER_MOUNT_PATH
value
:
"
/mnt/params"
podAnnotations
:
{}
podAnnotations
:
seccomp.security.alpha.kubernetes.io/pod
:
"
runtime/default"
# Resource Config
replicaCount
:
1
...
...
@@ -83,13 +84,14 @@ autoscaling:
# Security Config
serviceAccountRole
:
arn:aws:iam::{{ .Values.global.accountID }}:role/osdu-{{ .Values.global.resourcePrefix }}-{{ .Values.global.region }}-{{ include "common.name" . }}
securityContext
:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext
:
runAsUser
:
10001
runAsNonRoot
:
true
readOnlyRootFilesystem
:
false
allowPrivilegeEscalation
:
false
capabilities
:
drop
:
-
ALL
allowedPrincipals
:
-
cluster.local/ns/istio-system/sa/istio-ingressgateway-service-account
-
cluster.local/ns/{{ .Release.Namespace }}/sa/indexer-queue
...
...
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