mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
10 lines
145 B
YAML
10 lines
145 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hello-krust-svc
|
|
spec:
|
|
selector:
|
|
app: hello-krust
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|