mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-09 02:15:46 +00:00
15 lines
239 B
YAML
15 lines
239 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: actual-budget
|
|
namespace: services
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 5006
|
|
targetPort: 5006
|
|
nodePort: 30815
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: actual-budget
|