working helm config

This commit is contained in:
2026-01-02 17:50:38 -07:00
parent 97ac6d224b
commit 0b798efb68
3 changed files with 21 additions and 17 deletions

View File

@@ -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