Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
GPII-3221: Remove ingress and certificate from gpii-preferences Helm …
Browse files Browse the repository at this point in the history
…chart
  • Loading branch information
stepanstipl committed Apr 26, 2019
1 parent 31c6b40 commit 30f25b7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion shared/charts/gpii-preferences/Chart.yaml
@@ -1,5 +1,5 @@
name: gpii-preferences
version: 0.1.0
version: 0.2.0
appVersion: 57d0a17da505c8bc28c221c88b8de54447c78dc873c355d0bfd435d28f8b09ee
home: https://github.com/gpii-ops/gpii-infra
description: GPII Preferences Service.
Expand Down
4 changes: 0 additions & 4 deletions shared/charts/gpii-preferences/README.md
Expand Up @@ -45,13 +45,9 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the gpii-preferences chart and their default values.

| Parameter | Description | Default |
| `acme.clouddnsProject` | required GCP project id to use for CLoudDNS | - |
| `acme.email` | optional email to use for registration with certificate issuer | `dev-null@raisingthefloor.org` |
| `acme.server | optional ACME server for certificate issuer | `https://acme-staging-v02.api.letsencrypt.org/directory` |
| `datasourceHostname` | data source hostname for preferences service | `http://admin:password@couchdb-svc-couchdb.gpii.svc.cluster.local` |
| `datasourceListenPort` | data source port for preferences service | `5984` |
| `disableSslRedirect` | disable nginx-ingress redirection to HTTPS | `false` |
| `dnsNames` | list of host names for nginx-ingress controller | `preferences.test.local` |
| `enableStackdriverTrace` | enable [GCP Stackdriver Trace](https://cloud.google.com/trace/) | `false` |
| `image.checksum` | container image checksum | `sha256:f279c6ab7fa1c19e5f358a6a3d87a970eaf8d615c8b6181851fa086b6229b3a1` |
| `image.pullPolicy` | container image pullPolicy | `IfNotPresent` |
Expand Down
18 changes: 0 additions & 18 deletions shared/charts/gpii-preferences/templates/certificate.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions shared/charts/gpii-preferences/templates/ingress.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions shared/charts/gpii-preferences/templates/issuer.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions shared/charts/gpii-preferences/values.yaml
Expand Up @@ -21,14 +21,6 @@ rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%

acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: dev-null@raisingthefloor.org
clouddnsProject:

dnsNames:
- preferences.test.local

nameOverride: preferences

## Optional resource requests and limits for deployment
Expand Down

0 comments on commit 30f25b7

Please sign in to comment.