Add dashboard port and CORS origin support to Helm chart (2.0.2)
- Add binding.ports.dashboard (default 11936) to values, deployment, and service templates - Add easyhaproxy.stats.corsOrigin value mapped to HAPROXY_STATS_CORS_ORIGIN env var - Bump chart version to 2.0.2 - Regenerate deploy/kubernetes manifests - Update docs/reference/helm.md with new values
This commit is contained in:
parent
6939c593a3
commit
2b7b2c887f
8 changed files with 55 additions and 26 deletions
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
name: ingress-easyhaproxy
|
||||
namespace: easyhaproxy
|
||||
labels:
|
||||
helm.sh/chart: easyhaproxy-2.0.1
|
||||
helm.sh/chart: easyhaproxy-2.0.2
|
||||
app.kubernetes.io/name: easyhaproxy
|
||||
app.kubernetes.io/instance: ingress
|
||||
app.kubernetes.io/version: "6.0.1"
|
||||
|
|
@ -19,7 +19,7 @@ metadata:
|
|||
name: ingress-easyhaproxy
|
||||
namespace: easyhaproxy
|
||||
labels:
|
||||
helm.sh/chart: easyhaproxy-2.0.1
|
||||
helm.sh/chart: easyhaproxy-2.0.2
|
||||
app.kubernetes.io/name: easyhaproxy
|
||||
app.kubernetes.io/instance: ingress
|
||||
app.kubernetes.io/version: "6.0.1"
|
||||
|
|
@ -83,7 +83,7 @@ metadata:
|
|||
name: ingress-easyhaproxy
|
||||
namespace: easyhaproxy
|
||||
labels:
|
||||
helm.sh/chart: easyhaproxy-2.0.1
|
||||
helm.sh/chart: easyhaproxy-2.0.2
|
||||
app.kubernetes.io/name: easyhaproxy
|
||||
app.kubernetes.io/instance: ingress
|
||||
app.kubernetes.io/version: "6.0.1"
|
||||
|
|
@ -105,7 +105,7 @@ metadata:
|
|||
name: ingress-easyhaproxy
|
||||
namespace: easyhaproxy
|
||||
labels:
|
||||
helm.sh/chart: easyhaproxy-2.0.1
|
||||
helm.sh/chart: easyhaproxy-2.0.2
|
||||
app.kubernetes.io/name: easyhaproxy
|
||||
app.kubernetes.io/instance: ingress
|
||||
app.kubernetes.io/version: "6.0.1"
|
||||
|
|
@ -124,6 +124,9 @@ spec:
|
|||
- name: stats
|
||||
port: 1936
|
||||
nodePort: 1936
|
||||
- name: dashboard
|
||||
port: 11936
|
||||
nodePort: 11936
|
||||
|
||||
|
||||
selector:
|
||||
|
|
@ -137,7 +140,7 @@ metadata:
|
|||
name: ingress-easyhaproxy
|
||||
namespace: easyhaproxy
|
||||
labels:
|
||||
helm.sh/chart: easyhaproxy-2.0.1
|
||||
helm.sh/chart: easyhaproxy-2.0.2
|
||||
app.kubernetes.io/name: easyhaproxy
|
||||
app.kubernetes.io/instance: ingress
|
||||
app.kubernetes.io/version: "6.0.1"
|
||||
|
|
@ -173,6 +176,9 @@ spec:
|
|||
- name: stats
|
||||
containerPort: 1936
|
||||
|
||||
- name: dashboard
|
||||
containerPort: 11936
|
||||
|
||||
resources:
|
||||
{}
|
||||
env:
|
||||
|
|
@ -211,7 +217,7 @@ kind: IngressClass
|
|||
metadata:
|
||||
name: easyhaproxy
|
||||
labels:
|
||||
helm.sh/chart: easyhaproxy-2.0.1
|
||||
helm.sh/chart: easyhaproxy-2.0.2
|
||||
app.kubernetes.io/name: easyhaproxy
|
||||
app.kubernetes.io/instance: ingress
|
||||
app.kubernetes.io/version: "6.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue