Skip to content

Commit

Permalink
Merge pull request #52 from alxbse/helm-chart-replicas
Browse files Browse the repository at this point in the history
Add value for replicas in helm chart
  • Loading branch information
networkop committed Sep 19, 2021
2 parents f37f8e9 + 22a0338 commit aaa1863
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 deletions.
Binary file added charts/k8s-gateway-1.0.10.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/k8s-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-gateway
description: A Helm chart for the k8s_gateway CoreDNS plugin
type: application
version: 1.0.9
version: 1.0.10
appVersion: 0.1.8
maintainers:
- email: mmkashin@gmail.com
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ The following table lists the configurable parameters of the k8s_gateway chart a
| `service.type` | The type of service to create (`LoadBalancer`, `NodePort`) | `LoadBalancer` |
| `service.nodePort` | Node port when service type is `NodePort`. Randomly chonsen by Kubernetes if not provided | |
| `service.loadBalancerIP` | The IP address to use when using serviceType `LoadBalancer` | |
| `replicaCount` | Number of replicas | `1` |
2 changes: 1 addition & 1 deletion charts/k8s-gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "k8s-gateway.labels" . | nindent 4 }}
spec:
replicas: 1
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
{{- include "k8s-gateway.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/k8s-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ service:
nodeSelector: {}

affinity: {}

replicaCount: 1
35 changes: 24 additions & 11 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@ entries:
k8s-gateway:
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-11T22:07:27.010685+02:00"
created: "2021-09-19T14:19:06.1957688+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 796c8f7636ef4f33c43afb0ef947817ba4caa1ace29de3d903ee2fc831fd3edf
maintainers:
- email: mmkashin@gmail.com
name: Michael
name: k8s-gateway
type: application
urls:
- https://ori-edge.github.io/k8s_gateway/charts/k8s-gateway-1.0.10.tgz
version: 1.0.10
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-19T14:19:06.2001162+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 8d194587b8f31ed6230b2b2fcb2215f3f52e0be1a8ff754007b5a94731b7bcfb
maintainers:
Expand All @@ -16,7 +29,7 @@ entries:
version: 1.0.9
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-11T22:07:27.010455+02:00"
created: "2021-09-19T14:19:06.1996416+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 8edd4edd05d76253b81ecfaafab51f171fa725bd81b6b26fef81efa26e9374d7
maintainers:
Expand All @@ -29,7 +42,7 @@ entries:
version: 1.0.8
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-11T22:07:27.010132+02:00"
created: "2021-09-19T14:19:06.1991521+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: f162c5063236777b2cc238a03162e39ac2b2bbea46e0c31c6ae01eb88d9ce5c9
maintainers:
Expand All @@ -42,7 +55,7 @@ entries:
version: 1.0.7
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-11T22:07:27.009587+02:00"
created: "2021-09-19T14:19:06.1987097+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: cb09166912e10c092c0f15ff5aee21e5f6a57d5ffc02047695991d0f7fc019d6
maintainers:
Expand All @@ -55,7 +68,7 @@ entries:
version: 1.0.6
- apiVersion: v2
appVersion: 0.1.7
created: "2021-09-11T22:07:27.009345+02:00"
created: "2021-09-19T14:19:06.198172+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 4941bcbfc5d054cf958befda1a65a2e32773aaddd59af4b2f9420353465f0be4
maintainers:
Expand All @@ -68,7 +81,7 @@ entries:
version: 1.0.5
- apiVersion: v2
appVersion: 0.1.6
created: "2021-09-11T22:07:27.009083+02:00"
created: "2021-09-19T14:19:06.1977009+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 8753d366172031ce0386c50f6857c1ac6e1f094f9ed03ad01e33f3619c6e7880
maintainers:
Expand All @@ -81,7 +94,7 @@ entries:
version: 1.0.4
- apiVersion: v2
appVersion: 0.1.5
created: "2021-09-11T22:07:27.008815+02:00"
created: "2021-09-19T14:19:06.1971587+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 2aa879712ad7ce33424b5f3477acf6a90480ba317e63dd1f343f4beac66b1c0e
maintainers:
Expand All @@ -94,7 +107,7 @@ entries:
version: 1.0.3
- apiVersion: v2
appVersion: 0.1.4
created: "2021-09-11T22:07:27.008551+02:00"
created: "2021-09-19T14:19:06.1966319+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 145ce2e722a9d8c95f147a5d608e00a5c47addbaeb9ea4882491e1e185c949b4
maintainers:
Expand All @@ -107,7 +120,7 @@ entries:
version: 1.0.2
- apiVersion: v2
appVersion: 0.1.4
created: "2021-09-11T22:07:27.008246+02:00"
created: "2021-09-19T14:19:06.195322+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 8f780ec9b25ca9d4461c076203a7d31889499a134086df72ce26096f0eb71ce9
maintainers:
Expand All @@ -120,7 +133,7 @@ entries:
version: 1.0.1
- apiVersion: v2
appVersion: 0.1.0
created: "2021-09-11T22:07:27.007789+02:00"
created: "2021-09-19T14:19:06.194772+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 2744fcdd9840590cb9f86099135229ca2fd8b3a140bcf141a3ed206191dfd3f6
maintainers:
Expand All @@ -131,4 +144,4 @@ entries:
urls:
- https://ori-edge.github.io/k8s_gateway/charts/k8s-gateway-1.0.0.tgz
version: 1.0.0
generated: "2021-09-11T22:07:27.006649+02:00"
generated: "2021-09-19T14:19:06.1941704+01:00"

0 comments on commit aaa1863

Please sign in to comment.