Files
home-cluster-ops/kubernetes/infrastructure/consul/app/service.yaml
2024-06-27 00:59:10 +10:00

16 lines
237 B
YAML

apiVersion: v1
kind: Service
metadata:
name: consul
namespace: consul
labels:
app: consul
spec:
ports:
- name: http
protocol: TCP
port: 8500
targetPort: 8500
selector:
app: consul
type: ClusterIP