chore: Update manifests after change
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/part-of: authentik
|
app.kubernetes.io/part-of: authentik
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -122,7 +122,6 @@ data:
|
|||||||
lidatube IN CNAME traefik-cl01tl
|
lidatube IN CNAME traefik-cl01tl
|
||||||
listenarr IN CNAME traefik-cl01tl
|
listenarr IN CNAME traefik-cl01tl
|
||||||
mail IN CNAME traefik-cl01tl
|
mail IN CNAME traefik-cl01tl
|
||||||
n8n IN CNAME traefik-cl01tl
|
|
||||||
navidrome IN CNAME traefik-cl01tl
|
navidrome IN CNAME traefik-cl01tl
|
||||||
ntfy IN CNAME traefik-cl01tl
|
ntfy IN CNAME traefik-cl01tl
|
||||||
objects IN CNAME traefik-cl01tl
|
objects IN CNAME traefik-cl01tl
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 7fc49c433a568728ef1931ffe08ebcf917f00194e90f8b8254618f2d03e4db71
|
checksum/configMaps: 9a3603c737b118606d688be17dbdafaac878cfb4e20fc072a65f466620352f23
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
app.kubernetes.io/instance: blocky
|
app.kubernetes.io/instance: blocky
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: blocky
|
app.kubernetes.io/instance: blocky
|
||||||
app.kubernetes.io/part-of: blocky
|
app.kubernetes.io/part-of: blocky
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -69,6 +69,10 @@ rules:
|
|||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
- delete
|
||||||
|
- patch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- cilium.io
|
- cilium.io
|
||||||
resources:
|
resources:
|
||||||
@@ -216,3 +220,57 @@ rules:
|
|||||||
- create
|
- create
|
||||||
- get
|
- get
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- gateway.networking.k8s.io
|
||||||
|
resources:
|
||||||
|
- gatewayclasses
|
||||||
|
- gateways
|
||||||
|
- tlsroutes
|
||||||
|
- httproutes
|
||||||
|
- grpcroutes
|
||||||
|
- referencegrants
|
||||||
|
- referencepolicies
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- gateway.networking.k8s.io
|
||||||
|
resources:
|
||||||
|
- gatewayclasses
|
||||||
|
verbs:
|
||||||
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- gateway.networking.k8s.io
|
||||||
|
resources:
|
||||||
|
- gatewayclasses/status
|
||||||
|
- gateways/status
|
||||||
|
- httproutes/status
|
||||||
|
- grpcroutes/status
|
||||||
|
- tlsroutes/status
|
||||||
|
verbs:
|
||||||
|
- update
|
||||||
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- cilium.io
|
||||||
|
resources:
|
||||||
|
- ciliumgatewayclassconfigs
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- cilium.io
|
||||||
|
resources:
|
||||||
|
- ciliumgatewayclassconfigs/status
|
||||||
|
verbs:
|
||||||
|
- update
|
||||||
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- multicluster.x-k8s.io
|
||||||
|
resources:
|
||||||
|
- serviceimports
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
|||||||
@@ -16,6 +16,18 @@ data:
|
|||||||
controller-group-metrics: write-cni-file sync-host-ips sync-lb-maps-with-k8s-services
|
controller-group-metrics: write-cni-file sync-host-ips sync-lb-maps-with-k8s-services
|
||||||
operator-prometheus-serve-addr: ":9963"
|
operator-prometheus-serve-addr: ":9963"
|
||||||
enable-metrics: "true"
|
enable-metrics: "true"
|
||||||
|
enable-envoy-config: "true"
|
||||||
|
envoy-config-retry-interval: "15s"
|
||||||
|
enable-gateway-api: "true"
|
||||||
|
enable-gateway-api-secrets-sync: "true"
|
||||||
|
enable-gateway-api-proxy-protocol: "false"
|
||||||
|
enable-gateway-api-app-protocol: "true"
|
||||||
|
enable-gateway-api-alpn: "true"
|
||||||
|
gateway-api-xff-num-trusted-hops: "0"
|
||||||
|
gateway-api-service-externaltrafficpolicy: "Cluster"
|
||||||
|
gateway-api-secrets-namespace: "cilium-secrets"
|
||||||
|
gateway-api-hostnetwork-enabled: "false"
|
||||||
|
gateway-api-hostnetwork-nodelabelselector: ""
|
||||||
enable-policy-secrets-sync: "true"
|
enable-policy-secrets-sync: "true"
|
||||||
policy-secrets-only-from-secrets-namespace: "true"
|
policy-secrets-only-from-secrets-namespace: "true"
|
||||||
policy-secrets-namespace: "cilium-secrets"
|
policy-secrets-namespace: "cilium-secrets"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cilium.io/cilium-configmap-checksum: "bd764e7caadd4421d347d9c049e8d9cab101306c511512f127d7ffb839cf97d8"
|
cilium.io/cilium-configmap-checksum: "4555792065138db5a26f8d9354c9717239cb1a7dbafa0d5357696e6bb3d6f2f6"
|
||||||
kubectl.kubernetes.io/default-container: cilium-agent
|
kubectl.kubernetes.io/default-container: cilium-agent
|
||||||
labels:
|
labels:
|
||||||
k8s-app: cilium
|
k8s-app: cilium
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cilium.io/cilium-configmap-checksum: "bd764e7caadd4421d347d9c049e8d9cab101306c511512f127d7ffb839cf97d8"
|
cilium.io/cilium-configmap-checksum: "4555792065138db5a26f8d9354c9717239cb1a7dbafa0d5357696e6bb3d6f2f6"
|
||||||
labels:
|
labels:
|
||||||
io.cilium/app: operator
|
io.cilium/app: operator
|
||||||
name: cilium-operator
|
name: cilium-operator
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: Role
|
||||||
|
metadata:
|
||||||
|
name: cilium-gateway-secrets
|
||||||
|
namespace: "cilium-secrets"
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/part-of: cilium
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- secrets
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: Role
|
||||||
|
metadata:
|
||||||
|
name: cilium-operator-gateway-secrets
|
||||||
|
namespace: "cilium-secrets"
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/part-of: cilium
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- secrets
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- delete
|
||||||
|
- update
|
||||||
|
- patch
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: RoleBinding
|
||||||
|
metadata:
|
||||||
|
name: cilium-gateway-secrets
|
||||||
|
namespace: "cilium-secrets"
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/part-of: cilium
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: Role
|
||||||
|
name: cilium-gateway-secrets
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: "cilium"
|
||||||
|
namespace: kube-system
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: RoleBinding
|
||||||
|
metadata:
|
||||||
|
name: cilium-operator-gateway-secrets
|
||||||
|
namespace: "cilium-secrets"
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/part-of: cilium
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: Role
|
||||||
|
name: cilium-operator-gateway-secrets
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: "cilium-operator"
|
||||||
|
namespace: kube-system
|
||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: directus
|
app.kubernetes.io/instance: directus
|
||||||
app.kubernetes.io/part-of: directus
|
app.kubernetes.io/part-of: directus
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -240,15 +240,6 @@ data:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
url: https://argo-workflows.alexlebens.net
|
url: https://argo-workflows.alexlebens.net
|
||||||
- alerts:
|
|
||||||
- type: ntfy
|
|
||||||
conditions:
|
|
||||||
- '[STATUS] == 200'
|
|
||||||
- '[CERTIFICATE_EXPIRATION] > 240h'
|
|
||||||
group: core
|
|
||||||
interval: 30s
|
|
||||||
name: n8n
|
|
||||||
url: https://n8n.alexlebens.net
|
|
||||||
- alerts:
|
- alerts:
|
||||||
- type: ntfy
|
- type: ntfy
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
app.kubernetes.io/name: gatus
|
app.kubernetes.io/name: gatus
|
||||||
app.kubernetes.io/instance: gatus
|
app.kubernetes.io/instance: gatus
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: 22219bb69a5a2c6c7f40125317614abbb00caca6256e11cbcfc7d794bd02786d
|
checksum/config: a27bce6e839f41833f0b751d9d88ab35de7db50bef8812d5e7d4fecb1c9eab92
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: harbor
|
app.kubernetes.io/instance: harbor
|
||||||
app.kubernetes.io/part-of: harbor
|
app.kubernetes.io/part-of: harbor
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -264,12 +264,6 @@ data:
|
|||||||
href: https://argo-workflows.alexlebens.net
|
href: https://argo-workflows.alexlebens.net
|
||||||
siteMonitor: http://argo-workflows-server.argo-workflows:2746
|
siteMonitor: http://argo-workflows-server.argo-workflows:2746
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
- API Workflows:
|
|
||||||
icon: sh-n8n.webp
|
|
||||||
description: n8n
|
|
||||||
href: https://n8n.alexlebens.net
|
|
||||||
siteMonitor: http://n8n-main.n8n:80
|
|
||||||
statusStyle: dot
|
|
||||||
- Uptime:
|
- Uptime:
|
||||||
icon: sh-gatus.webp
|
icon: sh-gatus.webp
|
||||||
description: Gatus
|
description: Gatus
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 16f7b0211335aaa868ba89444e89b88983678849e85a224c3c664e9a63f85379
|
checksum/configMaps: fa7257eb82e808fc51a47d8d063b49a933662c94a1c712587c420152b7679dc9
|
||||||
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: immich
|
app.kubernetes.io/instance: immich
|
||||||
app.kubernetes.io/part-of: immich
|
app.kubernetes.io/part-of: immich
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: kube-prometheus-stack
|
app.kubernetes.io/instance: kube-prometheus-stack
|
||||||
app.kubernetes.io/part-of: kube-prometheus-stack
|
app.kubernetes.io/part-of: kube-prometheus-stack
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: outline
|
app.kubernetes.io/instance: outline
|
||||||
app.kubernetes.io/part-of: outline
|
app.kubernetes.io/part-of: outline
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: postiz
|
app.kubernetes.io/instance: postiz
|
||||||
app.kubernetes.io/part-of: postiz
|
app.kubernetes.io/part-of: postiz
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: rayflume
|
app.kubernetes.io/instance: rayflume
|
||||||
app.kubernetes.io/part-of: rayflume
|
app.kubernetes.io/part-of: rayflume
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: stalwart
|
app.kubernetes.io/instance: stalwart
|
||||||
app.kubernetes.io/part-of: stalwart
|
app.kubernetes.io/part-of: stalwart
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: tubearchivist
|
app.kubernetes.io/instance: tubearchivist
|
||||||
app.kubernetes.io/part-of: tubearchivist
|
app.kubernetes.io/part-of: tubearchivist
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: yamtrack
|
app.kubernetes.io/instance: yamtrack
|
||||||
app.kubernetes.io/part-of: yamtrack
|
app.kubernetes.io/part-of: yamtrack
|
||||||
spec:
|
spec:
|
||||||
clusterSize: 3
|
clusterSize: 1
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user