Compare commits
6 commits
5ac5b5c3e7
...
f27448ffbe
Author | SHA1 | Date | |
---|---|---|---|
f27448ffbe | |||
a7eb1d2810 | |||
9fb0e66e0d | |||
58e5207b89 | |||
2332b20ba8 | |||
73c61a3c0d |
8 changed files with 24 additions and 11269 deletions
|
@ -10,16 +10,13 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: hcloud-cloud-controller-manager
|
||||
version: v1.18.0
|
||||
version: 1.19.0-rc.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: hetzner
|
||||
namespace: flux-system
|
||||
interval: 30m
|
||||
values:
|
||||
image:
|
||||
repository: ghcr.io/jahanson/hccm
|
||||
tag: v1.19.1
|
||||
env:
|
||||
ROBOT_USER:
|
||||
valueFrom:
|
||||
|
@ -39,6 +36,12 @@ spec:
|
|||
name: hcloud
|
||||
key: token
|
||||
optional: true
|
||||
HCLOUD_NETWORK:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: hcloud
|
||||
key: network
|
||||
optional: true
|
||||
metrics:
|
||||
enabled: true
|
||||
networking:
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./monitoring.coreos.com_alertmanagers.yaml
|
||||
- ./monitoring.coreos.com_podmonitors.yaml
|
||||
- ./monitoring.coreos.com_prometheusrules.yaml
|
||||
- ./monitoring.coreos.com_servicemonitors.yaml
|
||||
- ./monitoring.coreos.com_thanosrulers.yaml
|
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: externaldns-external
|
||||
name: &name externaldns-hsn-dev
|
||||
namespace: network
|
||||
spec:
|
||||
interval: 30m
|
||||
|
@ -18,7 +18,7 @@ spec:
|
|||
interval: 30m
|
||||
|
||||
values:
|
||||
fullnameOverride: &name externaldns-hsn-dev
|
||||
fullnameOverride: *name
|
||||
|
||||
domainFilters:
|
||||
- hsn.dev
|
||||
|
|
|
@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
namespace: network
|
||||
resources:
|
||||
- ./hsn-dev/helmrelease.yaml
|
||||
- ./hsn-dev/externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ./externalsecret.yaml
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: &name external-dns
|
||||
name: &name externaldns-valinor-social
|
||||
namespace: network
|
||||
spec:
|
||||
interval: 30m
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
name: ingress-nginx-hsn
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
values:
|
||||
container_runtime: containerd
|
||||
image:
|
||||
tag: "v1.5.4"
|
||||
tag: "v1.5.5"
|
||||
agent:
|
||||
acquisition:
|
||||
- namespace: network
|
||||
|
|
Reference in a new issue