15 lines
219 B
YAML
15 lines
219 B
YAML
# k8s/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: helloo-cicdd-svc
|
|
namespace: student-marijanela218
|
|
spec:
|
|
selector:
|
|
app: helloo-cicdd
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|
|
type: NodePort
|
|
|