mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-25 02:16:08 +07:00
16 lines
200 B
YAML
16 lines
200 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
|