Skip to content

Commit

Permalink
Merge branch 'main' into N21-1269-roster-adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns authored Sep 22, 2023
2 parents f80a5c2 + 7741200 commit 3d0f5cf
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 72 deletions.
2 changes: 0 additions & 2 deletions ansible/host_vars/prod-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ALERT_STATUS_URL: https://status.niedersachsen.cloud/
NEXTCLOUD_REDIRECT_URL: https://nextcloud.niedersachsen.cloud/apps/files/?dir=/
NEXTCLOUD_BASE_URL: https://nextcloud.niedersachsen.cloud

FEATURE_ENABLE_LDAP_SYNC_DURING_MIGRATION: "false"

FEATURE_CTL_TOOLS_TAB_ENABLED: "false"
FEATURE_LTI_TOOLS_TAB_ENABLED: "true"
FEATURE_CTL_TOOLS_ENABLED: "false"
Expand Down
8 changes: 4 additions & 4 deletions ansible/roles/erwin-idm/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@ spec:
http:
paths:
- path: /realms/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
port:
number: {{ ERWINIDM_PORT }}
- path: /resources/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
port:
number: {{ ERWINIDM_PORT }}
- path: /js/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
port:
number: {{ ERWINIDM_PORT }}
- path: /robots.txt
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/hydra/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: hydra-svc
Expand Down
10 changes: 5 additions & 5 deletions ansible/roles/libreoffice/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ spec:
http:
paths:
- path: /loleaflet
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /hosting/discovery
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /lool/(.*)/ws
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /lool
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /lool/adminws
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
Expand Down
10 changes: 5 additions & 5 deletions ansible/roles/oidcmock/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ spec:
http:
paths:
- path: /home/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /Account/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /connect/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /lib/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /css/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
Expand Down
Loading

0 comments on commit 3d0f5cf

Please sign in to comment.