14 lines
214 B
YAML
14 lines
214 B
YAML
# k8s/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hello-cicd-svc
|
|
namespace: student-VAŠ_KORISNIK
|
|
spec:
|
|
selector:
|
|
app: hello-cicd
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|
|
type: NodePort
|