Files
kubernetes/manifests/nearle/fiesta-svc.yaml
2026-07-18 12:00:33 +05:30

22 lines
319 B
YAML

apiVersion: v1
kind: Service
metadata:
name: fiesta
namespace: nearle
labels:
app: fiesta
spec:
type: NodePort
ports:
- port: 80
targetPort: 1122
nodePort: 30823
protocol: TCP
name: main
- port: 8000
targetPort: 8000
name: gateway
protocol: TCP
selector:
app: fiesta