22 lines
319 B
YAML
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
|