hertz101/consul-service.yaml
2025-01-19 23:02:50 +08:00

16 lines
250 B
YAML

apiVersion: v1
kind: Service
metadata:
name: consul
spec:
ports:
- name: "8500"
port: 8500
targetPort: 8500
- name: "8600"
port: 8600
protocol: UDP
targetPort: 8600
selector:
io.kompose.service: consul