Repository: ignite Updated Branches: refs/heads/master c1b2c6b55 -> ffe0f7108
updated K8 configs Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0a4f818b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0a4f818b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0a4f818b Branch: refs/heads/master Commit: 0a4f818b59acd7e554b56029fc7ea3a7ae1106e9 Parents: 07847be Author: Denis Magda <[email protected]> Authored: Wed Sep 12 14:57:59 2018 -0400 Committer: Denis Magda <[email protected]> Committed: Wed Sep 12 14:57:59 2018 -0400 ---------------------------------------------------------------------- modules/kubernetes/config/az/ignite-service.yaml | 2 ++ modules/kubernetes/config/gce/ignite-service.yaml | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0a4f818b/modules/kubernetes/config/az/ignite-service.yaml ---------------------------------------------------------------------- diff --git a/modules/kubernetes/config/az/ignite-service.yaml b/modules/kubernetes/config/az/ignite-service.yaml index 7cedccc..1caacff 100644 --- a/modules/kubernetes/config/az/ignite-service.yaml +++ b/modules/kubernetes/config/az/ignite-service.yaml @@ -32,6 +32,8 @@ spec: - name: thinclients port: 10900 targetPort: 10900 + # Optional - remove 'sessionAffinity' property if the Ignite cluster + # and applications deployed within Kubernetes sessionAffinity: ClientIP selector: # Must be equal to the label set for Ignite pods. http://git-wip-us.apache.org/repos/asf/ignite/blob/0a4f818b/modules/kubernetes/config/gce/ignite-service.yaml ---------------------------------------------------------------------- diff --git a/modules/kubernetes/config/gce/ignite-service.yaml b/modules/kubernetes/config/gce/ignite-service.yaml index 7cedccc..1caacff 100644 --- a/modules/kubernetes/config/gce/ignite-service.yaml +++ b/modules/kubernetes/config/gce/ignite-service.yaml @@ -32,6 +32,8 @@ spec: - name: thinclients port: 10900 targetPort: 10900 + # Optional - remove 'sessionAffinity' property if the Ignite cluster + # and applications deployed within Kubernetes sessionAffinity: ClientIP selector: # Must be equal to the label set for Ignite pods.
