Add metrics and traefik ports to HelmRelease
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 14s
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 14s
This commit is contained in:
@@ -64,6 +64,20 @@ spec:
|
||||
expose:
|
||||
default: true
|
||||
|
||||
metrics:
|
||||
port: 9101
|
||||
exposedPort: 9101
|
||||
protocol: TCP
|
||||
expose:
|
||||
default: false
|
||||
|
||||
traefik:
|
||||
port: 8081
|
||||
exposedPort: 8081
|
||||
protocol: TCP
|
||||
expose:
|
||||
default: false
|
||||
|
||||
providers:
|
||||
kubernetesCRD: {}
|
||||
kubernetesIngress: {}
|
||||
|
||||
Reference in New Issue
Block a user