1
0
mirror of https://gitlab.com/MisterBiggs/anson-k8s.git synced 2025-06-15 22:56:48 +00:00
anson-k8s/ghost/service.yaml

13 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: blog
spec:
type: LoadBalancer
selector:
app: blog
ports:
- protocol: TCP
port: 80
targetPort: 2368