17 lines
355 B
YAML
17 lines
355 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f foundry-compose.yml
|
|
kompose.version: 1.38.0 (HEAD)
|
|
labels:
|
|
io.kompose.service: foundry-vtt
|
|
name: foundry-vtt
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 30000
|
|
targetPort: 30000
|
|
nodePort: 30000
|
|
selector:
|
|
io.kompose.service: foundry-vtt
|