Compare commits

..

No commits in common. "b657037848a2df2c951034d7699b65f903432d3a" and "6de3bc638081f7fe2fa683c2eeae1d70c982e354" have entirely different histories.

4 changed files with 24 additions and 34 deletions

View File

@ -1,18 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: grafana-ingress
namespace: monitoring
annotations:
kubernetes.io/ingress.class: "traefik-inter"
spec:
ingressClassName: nginx-internal
rules:
- host: grafana.entos
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: grafana-svc
port:
number: 80
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`grafana.entos`)
services:
- name: grafana-svc
port: 80

View File

@ -3,9 +3,6 @@ kind: PersistentVolumeClaim
metadata:
name: grafana-pvc
namespace: monitoring
labels:
recurring-job.longhorn.io/source: enabled
recurring-job-group.longhorn.io/standard-pvc: enabled
spec:
accessModes:
- ReadWriteOnce

View File

@ -3,9 +3,6 @@ kind: PersistentVolumeClaim
metadata:
name: loki-pvc
namespace: monitoring
labels:
recurring-job.longhorn.io/source: enabled
recurring-job-group.longhorn.io/standard-pvc: enabled
spec:
accessModes:
- ReadWriteOnce

View File

@ -1,18 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: prometheus-ingress
namespace: monitoring
annotations:
kubernetes.io/ingress.class: "traefik-inter"
spec:
ingressClassName: nginx-internal
rules:
- host: prometheus.entos
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: prometheus-svc
port:
number: 9090
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`prometheus.entos`)
services:
- name: prometheus-svc
port: 9090