Skip to content

Commit

Permalink
Merge pull request #142 from Sitecore/sxp/10.1.3.009558.1562
Browse files Browse the repository at this point in the history
Update 10.1 SXP Sitecore Container Deployment to 10.1.3.009558.1562
  • Loading branch information
sc-eugeniabelinskaya authored Nov 20, 2023
2 parents c449d58 + 8e17c85 commit 7f571db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion k8s/sxp/10.1/ltsc2019/xm1/ingress-nginx/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Ingress
metadata:
name: sitecore-ingress
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-buffer-size: "32k"
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/rewrite-target: /
Expand All @@ -12,6 +11,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
nginx.ingress.kubernetes.io/proxy-body-size: "512m"
spec:
ingressClassName: "nginx"
rules:
- host: cd.globalhost
http:
Expand Down
2 changes: 1 addition & 1 deletion k8s/sxp/10.1/ltsc2019/xm1/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images:
newTag: 10.1-ltsc2019
- name: sitecore-xm1-id
newName: scr.sitecore.com/sxp/sitecore-id7
newTag: 10.1.3-ltsc2019
newTag: 10.1-ltsc2019
resources:
- cm.yaml
- cd.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
resources:
- ..\..\..\init
patchesStrategicMerge:
- solr-init.yaml
Expand Down
2 changes: 1 addition & 1 deletion k8s/sxp/10.1/ltsc2019/xp1/ingress-nginx/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Ingress
metadata:
name: sitecore-ingress
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-buffer-size: "32k"
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/rewrite-target: /
Expand All @@ -12,6 +11,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
nginx.ingress.kubernetes.io/proxy-body-size: "512m"
spec:
ingressClassName: "nginx"
rules:
- host: cd.globalhost
http:
Expand Down
2 changes: 1 addition & 1 deletion k8s/sxp/10.1/ltsc2019/xp1/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images:
newTag: 10.1-ltsc2019
- name: sitecore-xp1-id
newName: scr.sitecore.com/sxp/sitecore-id7
newTag: 10.1.3-ltsc2019
newTag: 10.1-ltsc2019
- name: sitecore-xp1-cortexprocessing
newName: scr.sitecore.com/sxp/sitecore-xp1-cortexprocessing
newTag: 10.1-ltsc2019
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
resources:
- ..\..\..\init
patchesStrategicMerge:
- solr-init.yaml
Expand Down

0 comments on commit 7f571db

Please sign in to comment.