mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[unifi] Move traefik serversscheme annotations to service (#1206)
* Move traefik serversscheme annotations to service Signed-off-by: Alex Waibel <alexwaibel@users.noreply.github.com>
This commit is contained in:
parent
59ea2d192b
commit
372b98f1bc
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v6.2.26
|
appVersion: v6.2.26
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
name: unifi
|
name: unifi
|
||||||
version: 4.2.1
|
version: 4.2.2
|
||||||
keywords:
|
keywords:
|
||||||
- ubiquiti
|
- ubiquiti
|
||||||
- unifi
|
- unifi
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# unifi
|
# 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
|
Ubiquiti Network's Unifi Controller
|
||||||
|
|
||||||
@ -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).
|
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]
|
### [4.0.0]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -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).
|
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]
|
### [4.0.0]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -45,6 +45,7 @@ service:
|
|||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
http:
|
http:
|
||||||
port: 8443
|
port: 8443
|
||||||
|
protocol: HTTPS
|
||||||
# -- Configure Controller port used for device command/control
|
# -- Configure Controller port used for device command/control
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
controller:
|
controller:
|
||||||
@ -95,7 +96,6 @@ ingress:
|
|||||||
enabled: false
|
enabled: false
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
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.
|
# -- Enable and configure settings for the captive portal ingress under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
@ -103,7 +103,6 @@ ingress:
|
|||||||
enabled: false
|
enabled: false
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
traefik.ingress.kubernetes.io/service.serversscheme: https
|
|
||||||
|
|
||||||
ingressClassName: # "nginx"
|
ingressClassName: # "nginx"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user