Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename helm chart to ingress-azure #20

Merged
merged 2 commits into from
Sep 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guestbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example will also demonstrate how to set up TLS on the same service.

## Prerequisite

- Installed `application-gateway-kubernetes-ingress` helm chart (see [here](install))
- Installed `ingress-azure` helm chart (see [here](install))
- If you want to use HTTPS on this application, you will need a x509 certificate and its private key.

## Deploy `guestbook` application
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The [aad-pod-identity](https://github.com/Azure/aad-pod-identity) gives a clean
3. Install the helm chart `application-gateway-kubernetes-ingress` with the `helm-config.yaml` configuration from the previous step

```bash
helm install -f <helm-config.yaml> application-gateway-kubernetes-ingress/application-gateway-kubernetes-ingress
helm install -f <helm-config.yaml> application-gateway-kubernetes-ingress/ingress-azure
```

4. Check the log of the newly created pod to verify if it started properly
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Repository

This is the helm repository for `application-gateway-kubernetes-ingress`.
This is the helm repository for `ingress-azure`.

To add this repository

Expand Down
32 changes: 6 additions & 26 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
apiVersion: v1
entries:
application-gateway-kubernetes-ingress:
ingress-azure:
- apiVersion: v1
appVersion: "1.0"
created: 2018-09-13T11:57:04.9604478-07:00
created: 2018-09-13T12:43:02.1802783-07:00
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
Service cluster.
digest: 501f43739d6ae5a9faaec73285331a0989b13131c30d99db1fe733f187f0f53b
name: application-gateway-kubernetes-ingress
digest: 9664986a6affd3487d5a41772c7e92b23d79693e89d37143e094fec0fbcec1c2
name: ingress-azure
urls:
- https://azure.github.io/application-gateway-kubernetes-ingress/helm/application-gateway-kubernetes-ingress-0.1.2.tgz
- https://azure.github.io/application-gateway-kubernetes-ingress/helm/ingress-azure-0.1.2.tgz
version: 0.1.2
- apiVersion: v1
appVersion: "1.0"
created: 2018-09-13T11:57:04.9604478-07:00
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
Service cluster.
digest: 7997c4b1cf5548dd1beac238a7bc27ece00219df8067acecace404dcad369a2c
name: application-gateway-kubernetes-ingress
urls:
- https://azure.github.io/application-gateway-kubernetes-ingress/helm/application-gateway-kubernetes-ingress-0.1.1.tgz
version: 0.1.1
- apiVersion: v1
appVersion: "1.0"
created: 2018-09-13T11:57:04.9574189-07:00
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
Service cluster.
digest: 2b69c2ce65458c1e8536abc83629cd7ccc0bc422a81e93c1a198e80ce7666ebd
name: application-gateway-kubernetes-ingress
urls:
- https://azure.github.io/application-gateway-kubernetes-ingress/helm/application-gateway-kubernetes-ingress-0.1.0.tgz
version: 0.1.0
generated: 2018-09-13T11:57:04.9494482-07:00
generated: 2018-09-13T12:43:02.1792823-07:00
Binary file added helm/ingress-azure-0.1.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes Service cluster.
name: application-gateway-kubernetes-ingress
version: 0.1.2
name: ingress-azure
version: 0.1.2
2 changes: 1 addition & 1 deletion helm/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
echo " - running helm package"
helm package application-gateway-kubernetes-ingress
helm package ingress-azure
echo " - updating helm repo index"
helm repo index . --url https://azure.github.io/application-gateway-kubernetes-ingress/helm
echo " - done!"