Files

15 lines
184 B
YAML
Raw Permalink Normal View History

2026-05-26 23:45:58 -05:00
apiVersion: v1
kind: Service
metadata:
name: nimh-static
spec:
selector:
2026-05-27 00:38:43 -05:00
app: nimh-static
ports:
- port: 80
targetPort: 80
nodePort: 30080
type: NodePort