Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Fix #30 (#50)
Browse files Browse the repository at this point in the history
* Fix #30

CHG: set docker repostiory to offical ergon repo
  • Loading branch information
orltom authored Jul 16, 2020
1 parent f969440 commit 1749624
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/microgateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ The following table lists configuration parameters of the Airlock Microgateway c
| hpa.resource.cpu | int | `50` | Average Microgateway CPU consumption in percentage to scale up/down. |
| hpa.resource.memory | string | `"2Gi"` | Average Microgateway Memory consumption to scale up/down.<br><br> :exclamation: Update this setting accordingly to `resources.limits.memory`. |
| image.pullPolicy | string | `"Always"` | Pull policy (`Always`, `IfNotPresent`, `Never`) |
| image.repository | string | `"docker.ergon.ch/airlock/microgateway"` | Image repository |
| image.tag | string | `"1.0.sprint14_Build012"` | Image tag |
| image.repository | string | `"ergon/airlock-microgateway"` | Image repository |
| image.tag | string | `"1.0"` | Image tag |
| imagePullSecrets | list | `[]` | Reference to one or more secrets to use when pulling images. |
| ingress | object | See `ingress.*`: | [Kubernetes Ingress](#kubernetes-ingress) |
| ingress.annotations | object | `{"nginx.ingress.kubernetes.io/rewrite-target":"/"}` | Annotations to set on the ingress. |
Expand Down
2 changes: 0 additions & 2 deletions charts/microgateway/ci/testing-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
image:
repository: orltom/microgateway
config:
generic:
existingSecret: "microgatewaysecrets"
Expand Down
4 changes: 2 additions & 2 deletions charts/microgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ replicaCount: 1

image:
# image.repository -- Image repository
repository: docker.ergon.ch/airlock/microgateway
repository: ergon/airlock-microgateway
# image.tag -- Image tag
tag: 1.0.sprint14_Build012
tag: "1.0"
# image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`)
pullPolicy: Always

Expand Down

0 comments on commit 1749624

Please sign in to comment.