Skip to content

Commit

Permalink
[unifi] Move traefik serversscheme annotations to service (k8s-at-hom…
Browse files Browse the repository at this point in the history
…e#1206)

* Move traefik serversscheme annotations to service

Signed-off-by: Alex Waibel <alexwaibel@users.noreply.github.com>
  • Loading branch information
alexwaibel authored Sep 21, 2021
1 parent 59ea2d1 commit 372b98f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/stable/unifi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v6.2.26
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 4.2.1
version: 4.2.2
keywords:
- ubiquiti
- unifi
Expand Down
8 changes: 7 additions & 1 deletion charts/stable/unifi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# unifi

![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square)
![Version: 4.2.2](https://img.shields.io/badge/Version-4.2.2-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square)

Ubiquiti Network's Unifi Controller

Expand Down Expand Up @@ -149,6 +149,12 @@ All notable changes to this application Helm chart will be documented in this fi

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [4.2.2]

### Fixed

- Move HTTPS protocol declaration for default web UI port from ingress annotations to service port attribute.

### [4.0.0]

#### Changed
Expand Down
6 changes: 6 additions & 0 deletions charts/stable/unifi/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [4.2.2]

### Fixed

- Move HTTPS protocol declaration for default web UI port from ingress annotations to service port attribute.

### [4.0.0]

#### Changed
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/unifi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ service:
# @default -- See values.yaml
http:
port: 8443
protocol: HTTPS
# -- Configure Controller port used for device command/control
# @default -- See values.yaml
controller:
Expand Down Expand Up @@ -95,15 +96,13 @@ ingress:
enabled: false
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
traefik.ingress.kubernetes.io/service.serversscheme: https

# -- Enable and configure settings for the captive portal ingress under this key.
# @default -- See values.yaml
portal:
enabled: false
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
traefik.ingress.kubernetes.io/service.serversscheme: https

ingressClassName: # "nginx"

Expand Down

0 comments on commit 372b98f

Please sign in to comment.