16 lines
239 B
YAML
16 lines
239 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
|
|
protocol: TCP
|
|
type: ClusterIP
|
|
|