working helm config
This commit is contained in:
@@ -8,20 +8,20 @@ metadata:
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- prometheus.alexmickelson.guru
|
||||
secretName: prometheus-tls-cert
|
||||
- hosts:
|
||||
- prometheus.alexmickelson.guru
|
||||
secretName: prometheus-tls-cert
|
||||
rules:
|
||||
- host: prometheus.alexmickelson.guru
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: prometheus
|
||||
port:
|
||||
number: 9091
|
||||
- host: prometheus.alexmickelson.guru
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: prometheus
|
||||
port:
|
||||
number: 9091
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user