mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
Add internalproxy/templates/gitea.yaml
This commit is contained in:
parent
e9a72ae38d
commit
65fb54994b
1 changed files with 9 additions and 0 deletions
9
internalproxy/templates/gitea.yaml
Normal file
9
internalproxy/templates/gitea.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: gitea-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: gitea.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
Loading…
Add table
Add a link
Reference in a new issue