15 lines
216 B
YAML
15 lines
216 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: foundryvtt-np
|
|
labels:
|
|
name: foundryvtt-np
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 30000
|
|
nodePort: 31889
|
|
name: http
|
|
selector:
|
|
app: foundryvtt
|