mirror of
https://code.forgejo.org/infrastructure/documentation
synced 2024-11-15 09:31:52 +00:00
Merge pull request 'permanently redirect port 80 to 443' (#16) from earl-warren/documentation:wip-k8s-network into main
Reviewed-on: https://code.forgejo.org/infrastructure/documentation/pulls/16 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
3b892d0830
|
@ -860,6 +860,12 @@ metadata:
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
|
ports:
|
||||||
|
web:
|
||||||
|
port: 80
|
||||||
|
redirectTo:
|
||||||
|
port: websecure
|
||||||
|
priority: 1
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/allow-shared-ip: "key-to-share-188-40-16-47"
|
metallb.universe.tf/allow-shared-ip: "key-to-share-188-40-16-47"
|
||||||
|
|
Loading…
Reference in a new issue