You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2020/11/26 02:30:23 UTC

[trafficserver-ingress-controller] branch master updated: Setting up github pages (#52)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 15d79ef  Setting up github pages (#52)
15d79ef is described below

commit 15d79ef52bfb6a1a9c80dd53780c5edc89b5726b
Author: Kit Chan <ki...@apache.org>
AuthorDate: Wed Nov 25 18:30:14 2020 -0800

    Setting up github pages (#52)
    
    * setting up github pages
    
    * fix typo
---
 .asf.yaml                              |   4 ++--
 charts/README.md                       |   4 +++-
 docs/TUTORIAL.md                       |   5 +++++
 {charts => docs}/ats-ingress-0.1.0.tgz | Bin
 {charts => docs}/index.html            |   4 ++--
 {charts => docs}/index.yaml            |   0
 6 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0b5efa7..0271a7e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -6,6 +6,8 @@ notifications:
 github:
   description: Apache Traffic Server Ingress Controller for Kubernetes
   homepage: https://github.com/apache/trafficserver-ingress-controller
+  ghp_branch: master
+  ghp_path: /docs
   labels:
     - ingress-controller
     - kubernetes
@@ -19,5 +21,3 @@ github:
   enabled_merge_buttons:
     # enable squash button:
     squash: true
-  ghp_branch:  master
-  ghp_path:    /charts
diff --git a/charts/README.md b/charts/README.md
index 1a69aab..dfb54f6 100644
--- a/charts/README.md
+++ b/charts/README.md
@@ -19,7 +19,7 @@
 
 # Helm support
 This is the ats-ingress chart repository for Helm V3. 
-It contains chart for ats-ingress, which contains pods for 
+It contains Helm chart for ats-ingress, which contains the following - 
 - Apache Traffic Server + Ingress Controller
 - fluentd v1.6 
 - trafficserver_exporter v0.3.3
@@ -30,6 +30,8 @@ It contains chart for ats-ingress, which contains pods for
 3. Update version in ats-ingress/Chart.yaml
 4. `$ helm package ats-ingress`
 5. `$ helm repo index . --url https://apache.github.com/trafficserver-ingress-controller`
+6. `$ cp index.yaml ../docs/`
+7. `$ cp ats-ingress-*.tgz ../docs/`
 6. Commit and push the changes
 
 ## To install from git source
diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md
index 5f21207..009e5a8 100644
--- a/docs/TUTORIAL.md
+++ b/docs/TUTORIAL.md
@@ -30,6 +30,7 @@
 - [Logging and Monitoring](#logging-and-monitoring)
   - [Fluentd](#fluentd)
   - [Prometheus and Grafana](#prometheus-and-grafana)
+- [Helm Chart](#helm-chart)
 
 ### Requirements
 - Docker 
@@ -157,3 +158,7 @@ Use the following steps to install [Prometheus](https://prometheus.io/docs/prome
   ![New Graph](images/new-graph.png)
 13. Click on Apply to add the graph to your dashboard. You can similarly make add more graphs to your dashboard to suit your needs. To learn more about Grafana click [here](https://grafana.com/docs/grafana/latest/)
 
+### Helm Chart
+
+Helm Chart is provided. You can delete the namespace of `trafficserver-test` and `monitoring-layer` created above and continue the tutorial by following instructions [here](../charts/README.md). The curl commands [here](#checking-results) will continue to work. 
+
diff --git a/charts/ats-ingress-0.1.0.tgz b/docs/ats-ingress-0.1.0.tgz
similarity index 100%
rename from charts/ats-ingress-0.1.0.tgz
rename to docs/ats-ingress-0.1.0.tgz
diff --git a/charts/index.html b/docs/index.html
similarity index 77%
rename from charts/index.html
rename to docs/index.html
index 37163d5..ab42728 100644
--- a/charts/index.html
+++ b/docs/index.html
@@ -16,7 +16,7 @@
     <title>Chart repo</title>
   </head>
   <body>
-    <h1>Apache Traffic Server Ingress Controller Charts Repo</h1>
-    <p>Point Hemm at this repo to see charts.</p>
+    <h1><a href="https://github.com/apache/trafficserver-ingress-controller">Apache Traffic Server Ingress Controller</a>Charts Repo</h1>
+    <p>Point Helm at this repo to see charts.</p>
   </body>
 </html> 
diff --git a/charts/index.yaml b/docs/index.yaml
similarity index 100%
rename from charts/index.yaml
rename to docs/index.yaml