11 lines
158 B
YAML
11 lines
158 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: heruvym
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 1488
|
||
|
targetPort: 1488
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: heruvym
|