add grafana-dashboards 16098

This commit is contained in:
2024-06-27 01:25:57 +10:00
parent ad73ae43a1
commit 2ccc680abc
3 changed files with 160 additions and 0 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