19 lines
286 B
YAML
19 lines
286 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: flxn-pocketbase
|
|
labels:
|
|
app: flxn
|
|
component: pocketbase
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 8090
|
|
targetPort: 8090
|
|
nodePort: 30090
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: flxn
|
|
component: pocketbase
|