Skip to content

Commit

Permalink
Alignment with demo cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Jan 3, 2024
1 parent c353251 commit b93961f
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: proc-ades-guard
namespace: proc
spec:
suspend: false
chart:
spec:
chart: resource-guard
Expand All @@ -27,6 +26,8 @@ spec:
# PEP values
#---------------------------------------------------------------------------
pep-engine:
image:
pullPolicy: Always
configMap:
asHostname: auth
pdpHostname: auth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:

wps:
pepBaseUrl: "http://ades-pep:5576"
usePep: "true"
usePep: "false"
maincfgtpl: "files/main.cfg.tpl"
persistence:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: combined-rm-guard
namespace: rm
spec:
suspend: false
chart:
spec:
chart: resource-guard
Expand All @@ -27,6 +26,8 @@ spec:
# PEP values
#---------------------------------------------------------------------------
pep-engine:
image:
pullPolicy: Always
configMap:
asHostname: auth
pdpHostname: auth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ spec:
values:
global:
namespace: rm
# db:
# volume_size: 5Gi
# config:
# enabled: true
# shared_buffers: 2GB
# effective_cache_size: 6GB
# maintenance_work_mem: 512MB
# checkpoint_completion_target: 0.9
# wal_buffers: 16MB
# default_statistics_target: 100
# random_page_cost: 4
# work_mem: 4MB
# cpu_tuple_cost: 0.4
db:
volume_size: 5Gi
config:
enabled: true
shared_buffers: 2GB
effective_cache_size: 6GB
maintenance_work_mem: 512MB
checkpoint_completion_target: 0.9
wal_buffers: 16MB
default_statistics_target: 100
random_page_cost: 4
work_mem: 4MB
cpu_tuple_cost: 0.4
ingress:
enabled: false
# name: resource-catalogue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
logging:
level: "info"
unauthorizedResponse: 'Bearer realm="https://portal.develop.eoepca.org/oidc/authenticate/"'
# openAccess: true
openAccess: false
#---------------------------------------------------------------------------
# END values
#---------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
global:
env:
REGISTRAR_REPLACE: "true"
CPL_VSIL_CURL_ALLOWED_EXTENSIONS: .TIF,.tif,.xml,.jp2,.jpg,.jpeg
CPL_VSIL_CURL_ALLOWED_EXTENSIONS: .TIF,.TIFF,.tif,.tiff,.xml,.jp2,.jpg,.jpeg,.png,.nc
AWS_ENDPOINT_URL_S3: https://minio.develop.eoepca.org
startup_scripts: []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
# PEP values
#---------------------------------------------------------------------------
pep-engine:
image:
pullPolicy: Always
configMap:
asHostname: auth
pdpHostname: auth
Expand Down Expand Up @@ -84,6 +86,8 @@ spec:
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/rewrite-target: "/$1"
ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
client:
credentialsSecretName: rm-uma-user-agent
logging:
Expand Down
2 changes: 0 additions & 2 deletions system/clusters/creodias/resource-management/ss-harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ spec:
creationTimestamp: null
name: harbor
namespace: rm
type: Opaque

Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ spec:
credentialsSecretName: ""
logging:
level: "debug"
# openAccess: true
unauthorizedResponse: 'Bearer realm="https://portal.develop.eoepca.org/oidc/authenticate/"'
openAccess: false
#---------------------------------------------------------------------------
# END values
#---------------------------------------------------------------------------
Expand Down
13 changes: 13 additions & 0 deletions system/clusters/creodias/user-management/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- identity-api-gatekeeper-sealedsecret.yaml
- identity-api-sealedsecret.yaml
- identity-gatekeeper-sealedsecret.yaml
- identity-keycloak-sealedsecret.yaml
- identity-postgres-sealedsecret.yaml
- namespace.yaml
- um-identity-service.yaml
- um-login-service.yaml
- um-pdp-engine.yaml
- um-user-profile.yaml

0 comments on commit b93961f

Please sign in to comment.