17 lines
No EOL
310 B
YAML
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 |