hertz101/templates/facade-service.yaml
suyiiyii 3c9701dab3
feat(ingress): add facade ingress configurations for HTTP and TLS
feat(service): create facade service definition with TCP and UDP ports
2025-01-21 21:59:45 +08:00

16 lines
235 B
YAML

apiVersion: v1
kind: Service
metadata:
name: facade
spec:
ports:
- name: "8500"
port: 8500
targetPort: 8500
- name: "8600"
port: 8600
protocol: UDP
targetPort: 8600
selector:
app: facade