14 lines
162 B
YAML
14 lines
162 B
YAML
![]() |
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: hexound
|
||
|
spec:
|
||
|
selector:
|
||
|
app: hexound
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 80
|
||
|
targetPort: 8080
|
||
|
|