Skip to content

Commit

Permalink
Try using the standardised conventions for traefik ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeld Schouten-Lebbing committed Apr 9, 2021
1 parent 117536f commit e1257e3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 18 additions & 1 deletion stable/traefik/2.0.0/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,28 @@ portals:
protocols:
- "https"
host:
- "$variable-ingress.main.hosts[0].host"
- "$kubernetes-resource_configmap_portal_host"
ports:
- "443"

questions:

- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true

# Update Policy
- variable: strategyType
group: "Container Image"
Expand Down
1 change: 1 addition & 0 deletions stable/traefik/2.0.0/templates/custom/common.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{{ include "common.ingress" . }}
{{ include "common.resources.portal" . }}

0 comments on commit e1257e3

Please sign in to comment.