infra/clusters/blog/ghost-tailscale-service.yaml
2025-09-09 08:22:03 -05:00

17 lines
No EOL
310 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ghost-tailscale
namespace: blog
annotations:
tailscale.com/expose: "true"
tailscale.com/hostname: "ghost"
tailscale.com/tags: "tag:k8s"
spec:
selector:
app: ghost
ports:
- port: 80
targetPort: 2368
protocol: TCP
type: ClusterIP