Skip to content

Commit

Permalink
TM-802 update content repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
pbasumatary committed Jan 21, 2025
1 parent 67f8223 commit 3534e5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions kustomize/prod/patch-ingress-repository.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: alfresco-content-services-alfresco-cs-repository
name: alfresco-content-services-alfresco-repository
annotations:
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-cs-repository-hmpps-delius-alfresco-prod-green
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-repository-hmpps-delius-alfresco-prod-green
nginx.ingress.kubernetes.io/whitelist-source-range: "placeholder"
spec:
rules:
Expand All @@ -12,14 +12,14 @@ spec:
paths:
- backend:
service:
name: alfresco-content-services-alfresco-cs-repository
name: alfresco-content-services-alfresco-repository
port:
number: 80
path: /
pathType: Prefix
- backend:
service:
name: alfresco-content-services-alfresco-cs-repository
name: alfresco-content-services-alfresco-repository
port:
number: 80
path: /api-explorer
Expand Down
8 changes: 4 additions & 4 deletions kustomize/prod/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: alfresco-content-services-alfresco-cs-share
name: alfresco-content-services-share
annotations:
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-cs-share-hmpps-delius-alfresco-prod-green
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-share-hmpps-delius-alfresco-prod-green
nginx.ingress.kubernetes.io/whitelist-source-range: "placeholder"
spec:
rules:
Expand All @@ -12,14 +12,14 @@ spec:
paths:
- backend:
service:
name: alfresco-content-services-alfresco-cs-share
name: alfresco-content-services-share
port:
number: 80
path: /
pathType: Prefix
- backend:
service:
name: alfresco-content-services-alfresco-cs-share
name: alfresco-content-services-share
port:
number: 80
path: /share/page/
Expand Down

0 comments on commit 3534e5a

Please sign in to comment.