ptupitsyn commented on code in PR #10470: URL: https://github.com/apache/ignite/pull/10470#discussion_r1162609156
########## docs/_docs/code-snippets/k8s/stateless/deployment-template.yaml: ########## @@ -15,46 +15,88 @@ #tag::config-block[] # An example of a Kubernetes configuration for pod deployment. -apiVersion: apps/v1 -kind: Deployment +apiVersion: apps/v1 +kind: StatefulSet metadata: # Cluster name. - name: ignite-cluster - namespace: ignite + name: gridgain-cluster Review Comment: Here and below - GridGain should not be used in Ignite documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
