hockeypuck-k8s

Hockeypuck K8S Charm

Channel Revision Published Runs on
latest/edge 6 22 Apr 2025
Ubuntu 24.04
2.2/stable 20 28 May 2025
Ubuntu 24.04
2.2/edge 53 04 Dec 2025
Ubuntu 24.04
juju deploy hockeypuck-k8s --channel 2.2/edge
Show information

Platform:

Learn about configurations >

  • admin-keys | string

    A comma-separated list of fingerprints that identify keys that may sign administration requests for this server.

  • app-port | int

    Default: 8080

    Default port where the application will listen on.

  • app-secret-key | string

    Long secret you can use for sessions, csrf or any other thing where you need a random secret shared by all units

  • app-secret-key-id | secret

    This configuration is similar to app-secret-key, but instead accepts a Juju user secret ID. The secret should contain a single key, "value", which maps to the actual application secret key. To create the secret, run the following command: juju add-secret my-app-secret-key value=<secret-string> && juju grant-secret my-app-secret-key my-app, and use the output secret ID to configure this option.

  • contact-fingerprint | string

    Full fingerprint of the keyserver administrator. It is strongly recommended that the server contact advertised on the stats page is not one of the admin keys.

  • external-peers | string

    New line separated list of external peer IPs or FQDNs that are provided in the following format: peer_address,http_port1,reconciliation_port1 peer_address,http_port2,reconciliation_port2

  • metrics-path | string

    Default: /metrics

    Path where the prometheus metrics will be scraped.

  • metrics-port | int

    Default: 8080

    Port where the prometheus metrics will be scraped.