infra/specs/apache/service.yaml
2025-02-01 19:01:13 +01:00

13 lines
196 B
YAML

apiVersion: v1
kind: Service
metadata:
name: apache
namespace: default
spec:
type: NodePort
selector:
app: httpd_app
ports:
- port: 80
targetPort: 80
nodePort: 30006