Standardize public Gitea HTTPS endpoint
This commit is contained in:
parent
5861c61c8e
commit
a1b55776fa
9 changed files with 152 additions and 23 deletions
|
|
@ -6,8 +6,8 @@ metadata:
|
|||
labels:
|
||||
app.kubernetes.io/name: gitea
|
||||
app.kubernetes.io/instance: gitea
|
||||
app.kubernetes.io/part-of: railiance-apps
|
||||
railiance/component: gitea-registry
|
||||
app.kubernetes.io/part-of: railiance-forge
|
||||
railiance/component: gitea-public-endpoint
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
spec:
|
||||
|
|
@ -30,6 +30,13 @@ spec:
|
|||
name: gitea
|
||||
port:
|
||||
number: 3000
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: gitea
|
||||
port:
|
||||
number: 3000
|
||||
tls:
|
||||
- hosts:
|
||||
- gitea.coulomb.social
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue