17 lines
423 B
YAML
17 lines
423 B
YAML
---
|
|
# Source: ollama/templates/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: stable-diffusion-pd05wd
|
|
namespace: ollama
|
|
labels:
|
|
app.kubernetes.io/name: stable-diffusion-pd05wd
|
|
app.kubernetes.io/instance: ollama
|
|
app.kubernetes.io/part-of: ollama
|
|
annotations:
|
|
tailscale.com/tailnet-fqdn: stable-diffusion-pd05wd.boreal-beaufort.ts.net
|
|
spec:
|
|
externalName: placeholder
|
|
type: ExternalName
|