Merge pull request 'feat: replace sd with invoke ai' (#6929) from tmp/homepage-2 into main
Reviewed-on: #6929
This commit was merged in pull request #6929.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user