13 lines
351 B
YAML
13 lines
351 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: app
|
|
namespace: blog
|
|
spec:
|
|
selector:
|
|
app: typecho
|
|
ports:
|
|
- name: web
|
|
port: 80
|
|
targetPort: 80
|