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 4e84617 commit c353251
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
env:
REGISTRAR_REPLACE: "true"
CPL_VSIL_CURL_ALLOWED_EXTENSIONS: .TIF,.TIFF,.tif,.tiff,.xml,.jp2,.jpg,.jpeg,.png,.nc
AWS_ENDPOINT_URL_S3: https://minio.develop.eoepca.org
AWS_HTTPS: "FALSE"
startup_scripts:
- /registrar_pycsw/registrar_pycsw/initialize-collections.sh
Expand Down
12 changes: 11 additions & 1 deletion system/clusters/creodias/system/demo/hr-eoepca-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@ spec:
configmap:
configuration: develop
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
interval: 1m0s
hosts:
- host: eoepca-portal.develop.eoepca.org
paths:
- path: /
pathType: Prefix
tls:
- secretName: eoepca-portal-tls-certificate
hosts:
- eoepca-portal.develop.eoepca.org
interval: 1m0s

0 comments on commit c353251

Please sign in to comment.