Anterior-IaC/firmware/service.yaml
2025-02-23 15:24:32 -06:00

13 lines
186 B
YAML

apiVersion: v1
kind: Service
metadata:
name: firmware
namespace: firmware
spec:
selector:
app: nginx
ports:
- protocol: TCP
port: 80
targetPort: 80
type: NodePort