18 lines
267 B
YAML
18 lines
267 B
YAML
|
|
---
|
||
|
|
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
|