19 lines
382 B
YAML
19 lines
382 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
annotations:
|
||
|
|
kompose.cmd: kompose convert -f compose-abs-kosync-bridge.yaml
|
||
|
|
kompose.version: 1.38.0 (HEAD)
|
||
|
|
labels:
|
||
|
|
io.kompose.service: abs-kosync
|
||
|
|
name: abs-kosync
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- name: "31080"
|
||
|
|
port: 31080
|
||
|
|
targetPort: 5757
|
||
|
|
nodePort: 31080
|
||
|
|
selector:
|
||
|
|
io.kompose.service: abs-kosync
|