add tailnet egress
This commit is contained in:
34
clusters/cl01tl/applications/homepage/templates/service.yaml
Normal file
34
clusters/cl01tl/applications/homepage/templates/service.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: gitea-ps10rp
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: gitea-ps10rp
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
|
app.kubernetes.io/component: tailscale
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
annotations:
|
||||||
|
tailscale.com/tailnet-fqdn: gitea-ps10rp.boreal-beaufort.ts.net
|
||||||
|
spec:
|
||||||
|
externalName: placeholder
|
||||||
|
type: ExternalName
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: homepage-ps10rp
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: homepage-ps10rp
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
|
app.kubernetes.io/component: tailscale
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
annotations:
|
||||||
|
tailscale.com/tailnet-fqdn: homepage-ps10rp.boreal-beaufort.ts.net
|
||||||
|
spec:
|
||||||
|
externalName: placeholder
|
||||||
|
type: ExternalName
|
@@ -244,8 +244,8 @@ homepage:
|
|||||||
- Code (ps10rp):
|
- Code (ps10rp):
|
||||||
icon: sh-gitea.svg
|
icon: sh-gitea.svg
|
||||||
description: Gitea
|
description: Gitea
|
||||||
href: https://gitea.lebens-home.net
|
href: https://gitea-cl01tl.boreal-beaufort.ts.net
|
||||||
siteMonitor: https://gitea.lebens-home.net
|
siteMonitor: https://gitea-ps10rp.homepage
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
- IDE (Public):
|
- IDE (Public):
|
||||||
icon: sh-visual-studio-code.svg
|
icon: sh-visual-studio-code.svg
|
||||||
@@ -333,7 +333,7 @@ homepage:
|
|||||||
href: https://auth.alexlebens.dev
|
href: https://auth.alexlebens.dev
|
||||||
siteMonitor: https://auth.alexlebens.dev
|
siteMonitor: https://auth.alexlebens.dev
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
- Auth (Internal):
|
- Auth (Tailnet):
|
||||||
icon: sh-authentik.svg
|
icon: sh-authentik.svg
|
||||||
description: Authentik
|
description: Authentik
|
||||||
href: https://auth-cl01tl.boreal-beaufort.ts.net
|
href: https://auth-cl01tl.boreal-beaufort.ts.net
|
||||||
@@ -588,6 +588,19 @@ homepage:
|
|||||||
widget:
|
widget:
|
||||||
type: tdarr
|
type: tdarr
|
||||||
url: http://tdarr-web.tdarr:8265
|
url: http://tdarr-web.tdarr:8265
|
||||||
|
- Other Homes:
|
||||||
|
- Dev:
|
||||||
|
icon: sh-homepage.svg
|
||||||
|
description: Public Homepage
|
||||||
|
href: https://home.alexlebens.dev
|
||||||
|
siteMonitor: https://home.alexlebens.dev
|
||||||
|
statusStyle: dot
|
||||||
|
- Lebens Home:
|
||||||
|
icon: sh-homepage.svg
|
||||||
|
description: Lebens Homepage
|
||||||
|
href: https://homepage-ps10rp.boreal-beaufort.ts.net
|
||||||
|
siteMonitor: https://homepage-ps10rp.homepage
|
||||||
|
statusStyle: dot
|
||||||
bookmarks.yaml: |
|
bookmarks.yaml: |
|
||||||
- External Services:
|
- External Services:
|
||||||
- Github:
|
- Github:
|
||||||
@@ -623,13 +636,6 @@ homepage:
|
|||||||
- Dashboard Icons:
|
- Dashboard Icons:
|
||||||
- abbr: DI
|
- abbr: DI
|
||||||
href: https://github.com/walkxcode/dashboard-icons/tree/main/png
|
href: https://github.com/walkxcode/dashboard-icons/tree/main/png
|
||||||
- Other Homes:
|
|
||||||
- Dev:
|
|
||||||
- abbr: DV
|
|
||||||
href: https://home.alexlebens.dev
|
|
||||||
- Lebens Home:
|
|
||||||
- abbr: LH
|
|
||||||
href: https://www.lebens-home.net
|
|
||||||
- Trackers:
|
- Trackers:
|
||||||
- Torrentleech:
|
- Torrentleech:
|
||||||
- abbr: TL
|
- abbr: TL
|
||||||
|
Reference in New Issue
Block a user