Skip to content

Commit

Permalink
make crds for Canal Spec Typha updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat committed Dec 6, 2019
1 parent fcf6f00 commit 0f3449b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions k8s/crds/kops.k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,20 @@ spec:
description: PrometheusProcessMetricsEnabled enables Prometheus
process metrics collection
type: boolean
typhaPrometheusMetricsEnabled:
description: 'TyphaPrometheusMetricsEnabled enables Prometheus
metrics collection from Typha (default: false)'
type: boolean
typhaPrometheusMetricsPort:
description: 'TyphaPrometheusMetricsPort is the TCP port the
typha Prometheus metrics server should bind to (default: 9093)'
format: int32
type: integer
typhaReplicas:
description: TyphaReplicas is the number of replicas of Typha
to deploy
format: int32
type: integer
type: object
cilium:
description: CiliumNetworkingSpec declares that we want Cilium networking
Expand Down

0 comments on commit 0f3449b

Please sign in to comment.