use hdd
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
6cd0b55ce4
commit
a03bef0949
|
@ -1,32 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: ingress-nginx
|
|
||||||
namespace: futureporn
|
|
||||||
spec:
|
|
||||||
interval: 24h
|
|
||||||
url: https://kubernetes.github.io/ingress-nginx
|
|
||||||
---
|
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: ingress-nginx
|
|
||||||
namespace: futureporn
|
|
||||||
spec:
|
|
||||||
interval: 30m
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: ingress-nginx
|
|
||||||
version: "*"
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: ingress-nginx
|
|
||||||
namespace: futureporn
|
|
||||||
interval: 12h
|
|
||||||
values:
|
|
||||||
controller:
|
|
||||||
service:
|
|
||||||
type: "LoadBalancer"
|
|
||||||
admissionWebhooks:
|
|
||||||
enabled: false
|
|
|
@ -97,7 +97,7 @@ spec:
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: traefik-ingress-service
|
name: traefik-web-ui
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
|
@ -109,3 +109,19 @@ spec:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 8080
|
port: 8080
|
||||||
name: admin
|
name: admin
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: extensions/v1beta1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: traefik-web-ui
|
||||||
|
namespace: kube-system
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- host: traefik-ui.minikube
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: traefik-web-ui
|
||||||
|
servicePort: web
|
|
@ -53,6 +53,7 @@ spec:
|
||||||
storage: 40Gi
|
storage: 40Gi
|
||||||
grafana:
|
grafana:
|
||||||
service:
|
service:
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
chisel-operator.io/exit-node-name: "grafana-exit-node"
|
chisel-operator.io/exit-node-name: "grafana-exit-node"
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- external-dns.yaml
|
- external-dns.yaml
|
||||||
- cert-manager.yaml
|
- cert-manager.yaml
|
||||||
- ingress-nginx.yaml
|
|
||||||
- ingress-traefik.yaml
|
- ingress-traefik.yaml
|
||||||
- grafana-k8s-dashboards.yaml
|
- grafana-k8s-dashboards.yaml
|
||||||
# - grafana.yaml # experimenting with having prometheus install grafana
|
|
||||||
- kube-prometheus-stack.yaml
|
- kube-prometheus-stack.yaml
|
Loading…
Reference in New Issue