[GitHub] syncope pull request #83: Kubernetes Install

2018-10-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/syncope/pull/83


---


[GitHub] syncope pull request #83: Kubernetes Install

2018-09-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/83#discussion_r214544229
  
--- Diff: docker/src/main/resources/k8s/helm/README.adoc ---
@@ -0,0 +1,22 @@
+= Install Commands
+
+Open a terminal and navigate to the "helm" folder.  **REMINDER:  SET YOUR 
VALUES.YAML!!!**
--- End diff --

Please substitute
```
**REMINDER:  SET YOUR VALUES.YAML!!!**
```

with

```
[WARNING]
Do not forget to set your `values.yaml`!
```


---


[GitHub] syncope pull request #83: Kubernetes Install

2018-08-28 Thread mornindew
GitHub user mornindew opened a pull request:

https://github.com/apache/syncope/pull/83

Kubernetes Install

The helm charts and instructions for how to install in Kubernetes.   This 
is a bare bones install and can be updated to include self healing and auto 
scaling.  It currently works with Postgres.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mornindew/syncope master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/syncope/pull/83.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #83


commit 9af33863022334b1edbf4b5c686f937598ed420f
Author: Unknown 
Date:   2018-08-28T19:36:32Z

Kubernetes Install 

The helm charts and instructions for how to install in Kubernetes.   This 
is a bare bones install and can be updated to include self healing and auto 
scaling.  It currently works with Postgres




---