mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
13 lines
163 B
YAML
13 lines
163 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ghost
|
|
namespace: ghost
|
|
spec:
|
|
selector:
|
|
app: ghost
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
name: http
|