Merge remote-tracking branch 'refs/remotes/origin/master'
commit
ccc46288c2
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- cert-manager.yaml
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.14.5/cert-manager.yaml
|
||||||
- cluster-issuer.yaml
|
- cluster-issuer.yaml
|
||||||
- certificates.yaml
|
- certificates.yaml
|
||||||
- cert-exporter.yaml
|
- cert-exporter.yaml
|
||||||
|
|
|
@ -17,3 +17,30 @@ spec:
|
||||||
name: invoice-ninja
|
name: invoice-ninja
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: hlc-client-portal
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: hlc-client-portal
|
||||||
|
app.kubernetes.io/component: invoice-ninja
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: zerossl
|
||||||
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- billing.hatchlearningcenter.org
|
||||||
|
secretName: hlc-client-portal-cert
|
||||||
|
rules:
|
||||||
|
- host: billing.hatchlearningcenter.org
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: invoice-ninja
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
|
|
|
@ -141,3 +141,10 @@ groups:
|
||||||
- ignoring (instance) group_right (scope) (patroni_xlog_replayed_location != 0)
|
- ignoring (instance) group_right (scope) (patroni_xlog_replayed_location != 0)
|
||||||
> 10240
|
> 10240
|
||||||
for: 10m
|
for: 10m
|
||||||
|
|
||||||
|
- name: Temperature
|
||||||
|
rules:
|
||||||
|
- alert: High Temperature
|
||||||
|
expr: >-
|
||||||
|
{__name__=~"collectd_.*_temperature", sensors!~"i350bb.*"} > 80
|
||||||
|
for: 10m
|
||||||
|
|
Loading…
Reference in New Issue