|
| 1 | +## Default values for Epinio Helm Chart. |
| 2 | +## This is a YAML-formatted file. |
| 3 | +## Declare variables to be passed into your templates. |
| 4 | + |
| 5 | +# Domain which serves the Rancher UI (to access the API) |
| 6 | +# accessControlAllowOrigin: "" |
| 7 | + |
| 8 | +# The email address you are planning to use for getting notifications about your certificates. (default "epinio@suse.com") |
| 9 | +email: "epinio@suse.com" |
| 10 | + |
| 11 | +# The name of the cluster issuer to use. Epinio creates three options: 'epinio-ca', 'letsencrypt-production', and 'selfsigned-issuer'. (default "epinio-ca") |
| 12 | +tlsIssuer: "epinio-ca" |
| 13 | + |
| 14 | +# The domain you are planning to use for Epinio. Should be pointing to the traefik public IP (mandatory option). |
| 15 | +domain: "localhost.omg.howdoi.website" |
| 16 | + |
| 17 | +# The user name for authenticating all API requests. |
| 18 | +# user: "" |
| 19 | + |
| 20 | +# The password for authenticating all API requests. |
| 21 | +# password: "" |
| 22 | + |
| 23 | +# Assert to epinio that cert-manager is already installed. |
| 24 | +# skipCertManager: false |
| 25 | + |
| 26 | +# Assert to epinio that Linkerd is already installed. |
| 27 | +# skipLinkerd: false |
| 28 | + |
| 29 | +# Assert to epinio that there is a Traefik active, even if epinio cannot find it. |
| 30 | +# skipTraefik: false |
| 31 | + |
| 32 | +# If you are using your own S3 compatible object storage for blobs, set the following options: |
| 33 | +# s3Endpoint: "" |
| 34 | +# s3AccessKeyId: "" |
| 35 | +# s3SecretAccessKey: "" |
| 36 | +# s3Bucket: "" |
| 37 | + |
| 38 | +# Optional |
| 39 | +# s3Location: "" |
| 40 | +# s3UseSSL: "" |
| 41 | + |
| 42 | +# If you are using your own external registry, set the following options: |
| 43 | +# --external-registry-url: "" |
| 44 | +# --external-registry-username: "" |
| 45 | +# --external-registry-password: "" |
| 46 | + |
| 47 | +# Optional |
| 48 | +# Provide namespace (or organization) of the external registry to which you have push access. It can be left empty. |
| 49 | +# --external-registry-namespace: "" |
| 50 | + |
| 51 | +# Use TLS when application images will be pulled by kubernetes. Only applies to the internal registry. (default "false") |
| 52 | +# --force-kube-internal-registry-tls: "" |
0 commit comments