15 lines
173 B
YAML
15 lines
173 B
YAML
![]() |
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: khm
|
||
|
namespace: khm
|
||
|
spec:
|
||
|
selector:
|
||
|
app: khm
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 8080
|
||
|
targetPort: 8080
|
||
|
|