Files
2026-05-31 22:58:12 -05:00

15 lines
184 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nimh-static
spec:
selector:
app: nimh-static
ports:
- port: 80
targetPort: 80
nodePort: 30080
type: NodePort