add infra consul

This commit is contained in:
2024-06-27 00:59:10 +10:00
parent 6a5d02b21b
commit 2c6c85df47
6 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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