iching-broker-level2/service.yaml

12 lines
180 B
YAML
Raw Normal View History

2025-04-04 11:43:21 +00:00
apiVersion: v1
kind: Service
metadata:
name: iching-service
spec:
selector:
app: iching
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: ClusterIP