rubis/k3s/service.yml
ordinarthur 3c1d7fbd71
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 2m13s
add landing
2026-05-05 16:52:10 +02:00

15 lines
206 B
YAML

apiVersion: v1
kind: Service
metadata:
name: rubis
namespace: rubis
spec:
type: NodePort
selector:
app: rubis
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30109