add grafana-dashboards 8919

This commit is contained in:
2024-06-27 01:29:18 +10:00
parent 2ccc680abc
commit c17d3d77d2
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
kind: Service
apiVersion: v1
metadata:
name: flask-consul
namespace: tensuns
labels:
app: flask-consul
spec:
ports:
- name: http-2026
protocol: TCP
port: 2026
targetPort: 2026
selector:
app: flask-consul
type: ClusterIP
---
kind: Service
apiVersion: v1
metadata:
name: tensuns
namespace: tensuns
labels:
app: tensuns
spec:
ports:
- name: nginx-consul
protocol: TCP
port: 1026
targetPort: 1026
nodePort: 31026
selector:
app: nginx-consul
type: NodePort
externalTrafficPolicy: Cluster