Skip to content
Snippets Groups Projects
Commit a4fa3c96 authored by Thomas Gehrmann [InvitedE]'s avatar Thomas Gehrmann [InvitedE]
Browse files

Merge branch 'master' into 113-osdu-dd-delivery-m14

parents 35da3113 c447a37f
Branches
Tags
1 merge request!387M14 snapshot schema repo SHA 1076d1347c3c1903dc09c01c69db5ce8eafd5ba3 (2022-09-23)
Pipeline #138364 failed
......@@ -29,8 +29,10 @@ variables:
AWS_BUILD_SUBDIR: provider/schema-aws/build-aws
AWS_TEST_SUBDIR: testing/schema-test-core
AWS_CHART_SUBDIR: devops/aws/chart
AWS_DEPLOYMENTS_SUBDIR: deployments/scripts/aws
AWS_SERVICE: schema
AWS_SERVICE_GATEWAY: osdu-gateway
AWS_ENVIRONMENT: dev
AWS_MAVEN_TEST_COMMAND_OVERRIDE: verify
AWS_DEPLOY_TARGET: EKS
......
# Service Config
image: __CONTAINER__
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
service:
type: ClusterIP
port: 8080
......@@ -26,7 +26,8 @@ environmentVariables:
value: "http://os-entitlements:8080"
- name: PARTITION_BASE_URL
value: http://os-partition:8080
podAnnotations: {}
podAnnotations:
seccomp.security.alpha.kubernetes.io/pod: "runtime/default"
# Resource Config
replicaCount: 1
......@@ -57,13 +58,15 @@ cors:
- Data-Partition-Id
- Correlation-Id
- Content-Type
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/os-dataset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment