mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
15 lines
205 B
YAML
15 lines
205 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ghost
|
|
namespace: ghost
|
|
labels:
|
|
app: ghost
|
|
spec:
|
|
selector:
|
|
app: ghost
|
|
ports:
|
|
- port: 80
|
|
targetPort: 2368
|
|
name: http
|
|
type: ClusterIP |