Added amnezia exporter
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: amneziawg-exporter
|
||||
labels:
|
||||
app: amneziawg
|
||||
component: exporter
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: amneziawg
|
||||
ports:
|
||||
- name: metrics
|
||||
protocol: TCP
|
||||
port: 9351
|
||||
targetPort: 9351
|
||||
Reference in New Issue
Block a user