mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
9 lines
199 B
YAML
9 lines
199 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: ollama-external-dns
|
|
annotations:
|
|
external-dns.alpha.kubernetes.io/hostname: ollama.durp.info
|
|
spec:
|
|
type: ExternalName
|
|
externalName: durp.info
|