diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index 264fa54dc..9d5c69b36 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -268,10 +268,10 @@ homepage: siteMonitor: http://ollama-web.ollama:80 statusStyle: dot - AI Image: - icon: https://user-images.githubusercontent.com/36368048/196280761-1535f413-a91e-4b6a-af6a-b890f8ae204c.png - description: Stable Diffusion - href: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net - siteMonitor: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net + icon: sh-invoke-ai.webp + description: Invoke AI + href: https://invoke-ai-pd05wd.boreal-beaufort.ts.net/app + siteMonitor: https://invoke-ai-pd05wd.boreal-beaufort.ts.net statusStyle: dot - Search: icon: sh-searxng.webp diff --git a/clusters/cl01tl/helm/tailscale-operator/templates/service.yaml b/clusters/cl01tl/helm/tailscale-operator/templates/service.yaml index 8a9009268..1e16b8b91 100644 --- a/clusters/cl01tl/helm/tailscale-operator/templates/service.yaml +++ b/clusters/cl01tl/helm/tailscale-operator/templates/service.yaml @@ -116,3 +116,18 @@ metadata: spec: externalName: placeholder type: ExternalName + +--- +apiVersion: v1 +kind: Service +metadata: + name: invoke-ai-pd05wd + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/name: invoke-ai-pd05wd + {{- include "custom.labels" . | nindent 4 }} + annotations: + tailscale.com/tailnet-fqdn: invoke-ai-pd05wd.boreal-beaufort.ts.net +spec: + externalName: placeholder + type: ExternalName