-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
|
||
## Overrides for generated resource names | ||
# See templates/_helpers.tpl | ||
global: | ||
timezone: UTC | ||
ingress: | ||
# The Ingress class for routing external traffic to services | ||
class: nginx | ||
|
@@ -28,7 +30,7 @@ ingress: | |
annotations: {} | ||
panel: | ||
# The image for the Panel application | ||
image: quay.io/kubectyl/panel:latest | ||
image: quay.io/kubectyl/panel:develop | ||
# The storage class to use for Panel's persistent volume | ||
# To use default K8s storage class set this value to "" | ||
# This is mutually exclusive with panel.existingVolumeClaim | ||
|
@@ -38,13 +40,14 @@ panel: | |
existingVolumeClaim: "" | ||
# The email address for Letsencrypt | ||
# Used for Panel only as a reference to enable cert-manager | ||
email: [email protected] | ||
# Annoatations to apply to the Service | ||
serviceAnnotations: {} | ||
# Annoatations to apply to the StatefulSet | ||
statefulSetAnnotations: {} | ||
kuber: | ||
# The image for the Kuber application | ||
image: quay.io/kubectyl/kuber:latest | ||
image: quay.io/kubectyl/kuber:develop | ||
# Will be automatically set to 1 after Panel installation | ||
replicaCount: 0 | ||
# Annotatations to apply to the Service | ||
|