aurelie-portfolio/k8s/service.yml
ordinarthur ec064db204
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 11s
feat: add Dockerfile, nginx config and K8s manifests
2026-04-11 11:52:08 +02:00

15 lines
237 B
YAML

apiVersion: v1
kind: Service
metadata:
name: aurelie-portfolio
namespace: portfolio
spec:
type: NodePort
selector:
app: aurelie-portfolio
ports:
- port: 80
targetPort: 80
nodePort: 30081
protocol: TCP