1
0
Fork 0
mirror of https://code.forgejo.org/infrastructure/documentation synced 2024-11-22 11:21:10 +00:00

permanently redirect port 80 to 443

Closes #14
This commit is contained in:
Earl Warren 2024-10-01 11:07:29 +02:00
parent b6a17d46ab
commit e7c40323a2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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"