Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored and addyess committed Nov 20, 2024
1 parent c31e330 commit 39d0962
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charms/worker/k8s/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,22 @@ config:
type: boolean
description: |
Enable/Disable the gateway feature on the cluster.
load-balancer-enabled:
type: boolean
load-balancer-cidrs:
type: string
load-balancer-l2-mode:
type: bool
load-balancer-l2-interfaces:
type: string
load-balancer-bgp-mode:
type: bool
load-balancer-bgp-local-asn:
type: int
load-balancer-bgp-peer-address:
type: string
load-balancer-bgp-peer-port:
type: int

actions:
get-kubeconfig:
Expand Down

0 comments on commit 39d0962

Please sign in to comment.