khuedoan-homelab/apps/blog/service.yaml
Khue Doan bb4cc325f0 Revert "refactor(blog)!: move blog to khuedoan/horus"
This reverts commit b6313e41a9.

Use both for manual failover
2023-01-24 17:58:50 +07:00

16 lines
208 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: blog
name: blog
spec:
type: ClusterIP
selector:
app: blog
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80