Compare commits
123 commits
6e580d3ea4
...
9de688ac1f
Author | SHA1 | Date | |
---|---|---|---|
9de688ac1f | |||
07f672d265 | |||
ab9f71c2d9 | |||
98196251ec | |||
b3d51f3d6b | |||
b82f232ee2 | |||
64d879bf34 | |||
857ef08c0f | |||
c51fcdaffc | |||
03ae24ed3d | |||
3ae221fc3e | |||
b638d81aed | |||
9a4e43eabd | |||
db9b38cdcc | |||
19f26e35ee | |||
2978e0db10 | |||
bddb553116 | |||
d832dc2847 | |||
745e4e87f2 | |||
15774d2eb4 | |||
6c0368e7d2 | |||
0345869411 | |||
0377fc26ad | |||
1ee073ffc9 | |||
b37958ff22 | |||
1d53b9d3bd | |||
08596bbe24 | |||
581fb13495 | |||
ede6c907a5 | |||
8de15c8df1 | |||
58ffa443be | |||
88f5482bd9 | |||
e3fdc51433 | |||
b0e9f9afa5 | |||
8ba017fcd8 | |||
0daf711e03 | |||
4edc95a8cd | |||
f6737daf8e | |||
64c0ef0889 | |||
c0fb883e67 | |||
2e77129aac | |||
e30f0602e4 | |||
177d67309a | |||
771f30f3ca | |||
6d99186387 | |||
712994d83b | |||
8302720911 | |||
e1cca49aa2 | |||
2cd44d2a2c | |||
4fb25cd486 | |||
04ba911b5b | |||
73f51f4094 | |||
5d8e1f5517 | |||
e00a5ec22c | |||
6f34bbb620 | |||
ceac7579c3 | |||
3306b744dd | |||
ccfd994e19 | |||
fe2010442a | |||
cf1a6bec14 | |||
365001ef5c | |||
65d861c7a7 | |||
ae08254ab6 | |||
451af1d2a1 | |||
0e184223aa | |||
adb2db590c | |||
5398a15d0e | |||
d7c49ac804 | |||
bfee6b0754 | |||
09b250b2df | |||
2f6344f4f8 | |||
82e7d9dad5 | |||
ce10557419 | |||
82a169ef33 | |||
cbbc3a912f | |||
7e3db993f9 | |||
ef0897ed49 | |||
db45279352 | |||
fb0c45c3cb | |||
e6f18781a2 | |||
0dccacca8a | |||
cb39b80946 | |||
ea36bc6d4a | |||
bb47e18360 | |||
9053590443 | |||
438337539b | |||
ef96e01b56 | |||
4375149bbf | |||
24fb2b19e2 | |||
871a89f41f | |||
6d3a23363f | |||
54770957e6 | |||
6e7966b93d | |||
97b310c333 | |||
f3acae2a59 | |||
d7015a9936 | |||
db23e1c378 | |||
43bfaaa7ea | |||
5a2ea01d3d | |||
3bc6d22a00 | |||
aa482b61b4 | |||
852324015a | |||
7d62785ac9 | |||
763f7fa1c7 | |||
af24a5835d | |||
35af43925e | |||
8639fe2c10 | |||
02d425b369 | |||
bdc2ea4d09 | |||
462ee44e1c | |||
6f1a52488e | |||
3dc1aa26e8 | |||
246ab6245d | |||
ff366e6748 | |||
9fecfd8efa | |||
1d338c9ce6 | |||
92bf1f8c38 | |||
dc41f48168 | |||
f3afa15237 | |||
c10332de94 | |||
f1483f59ce | |||
b4008cfcb7 | |||
1b0930fae6 |
44 changed files with 631 additions and 126 deletions
argocd
cert-manager
cnpg
coder
contour
dragonfly-operator
ente
forgejo
garage
hcloud
kube-prometheus
linkwarden
mariadb-operator
nextcloud
nocodb
postgres-operator
s3-csi
snips
umami
vaultwarden
vikunja/resources/api
Binary file not shown.
|
@ -13,7 +13,7 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
newName: code.icb4dc0.de/infrastructure/images/argocd
|
newName: code.icb4dc0.de/infrastructure/images/argocd
|
||||||
newTag: v2.11.2
|
newTag: v2.12.0
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
@ -26,7 +26,7 @@ helmCharts:
|
||||||
repo: https://argoproj.github.io/argo-helm
|
repo: https://argoproj.github.io/argo-helm
|
||||||
releaseName: argo-cd
|
releaseName: argo-cd
|
||||||
namespace: argo-system
|
namespace: argo-system
|
||||||
version: "7.1.1"
|
version: "7.4.1"
|
||||||
valuesFile: config/values.argo-cd.yaml
|
valuesFile: config/values.argo-cd.yaml
|
||||||
apiVersions:
|
apiVersions:
|
||||||
- monitoring.coreos.com/v1
|
- monitoring.coreos.com/v1
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: argo-cd
|
app.kubernetes.io/part-of: argo-cd
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|
|
@ -12,7 +12,7 @@ resources:
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
repo: https://charts.jetstack.io
|
repo: https://charts.jetstack.io
|
||||||
version: "v1.14.5"
|
version: "v1.15.2"
|
||||||
releaseName: cert-manager
|
releaseName: cert-manager
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
valuesFile: config/values.cert-manager.yaml
|
valuesFile: config/values.cert-manager.yaml
|
||||||
|
|
1
cnpg/.gitattributes
vendored
Normal file
1
cnpg/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
**/secrets/*.y*ml filter=age diff=age merge=age -text
|
7
cnpg/config/values.cnpg.yaml
Normal file
7
cnpg/config/values.cnpg.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
replicaCount: 2
|
||||||
|
|
||||||
|
monitoring:
|
||||||
|
podMonitorEnabled: true
|
||||||
|
grafanaDashboard:
|
||||||
|
create: true
|
||||||
|
namespace: observability-system
|
3
cnpg/config/values.ext-pgo.yaml
Normal file
3
cnpg/config/values.ext-pgo.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
replicaCount: 2
|
||||||
|
|
||||||
|
existingSecret: ext-postgres-operator
|
23
cnpg/kustomization.yaml
Normal file
23
cnpg/kustomization.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- resources/secrets/ext-pgo-creds.yaml
|
||||||
|
- resources/secrets/ext-pgo-admin.yaml
|
||||||
|
- resources/secrets/cnpg-backup-creds.yaml
|
||||||
|
- resources/cluster.yaml
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- releaseName: cnpg
|
||||||
|
name: cloudnative-pg
|
||||||
|
repo: https://cloudnative-pg.github.io/charts
|
||||||
|
version: 0.21.6
|
||||||
|
valuesFile: config/values.cnpg.yaml
|
||||||
|
namespace: postgres-system
|
||||||
|
|
||||||
|
- releaseName: ext-pgo
|
||||||
|
name: ext-postgres-operator
|
||||||
|
repo: https://movetokube.github.io/postgres-operator/
|
||||||
|
version: 1.2.6
|
||||||
|
valuesFile: config/values.ext-pgo.yaml
|
||||||
|
namespace: postgres
|
48
cnpg/resources/cluster.yaml
Normal file
48
cnpg/resources/cluster.yaml
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
|
kind: Cluster
|
||||||
|
metadata:
|
||||||
|
name: app-cluster
|
||||||
|
namespace: postgres
|
||||||
|
spec:
|
||||||
|
instances: 2
|
||||||
|
|
||||||
|
managed:
|
||||||
|
roles:
|
||||||
|
- name: ext_pgo_admin
|
||||||
|
ensure: present
|
||||||
|
superuser: true
|
||||||
|
createrole: true
|
||||||
|
createdb: true
|
||||||
|
|
||||||
|
storage:
|
||||||
|
size: 10Gi
|
||||||
|
storageClass: hcloud-volumes
|
||||||
|
|
||||||
|
backup:
|
||||||
|
barmanObjectStore:
|
||||||
|
destinationPath: cnpg
|
||||||
|
s3Credentials:
|
||||||
|
accessKeyId:
|
||||||
|
name: cnpg-backup-creds
|
||||||
|
key: ACCESS_KEY_ID
|
||||||
|
secretAccessKey:
|
||||||
|
name: cnpg-backup-creds
|
||||||
|
key: ACCESS_SECRET_KEY
|
||||||
|
retentionPolicy: "30d"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 400Mi
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 800Mi
|
||||||
|
|
||||||
|
affinity:
|
||||||
|
enablePodAntiAffinity: true
|
||||||
|
topologyKey: kubernetes.io/hostname
|
||||||
|
podAntiAffinityType: preferred
|
||||||
|
|
||||||
|
enablePDB: true
|
||||||
|
monitoring:
|
||||||
|
enablePodMonitor: true
|
BIN
cnpg/resources/secrets/cnpg-backup-creds.yaml
Normal file
BIN
cnpg/resources/secrets/cnpg-backup-creds.yaml
Normal file
Binary file not shown.
8
cnpg/resources/secrets/ext-pgo-admin.yaml
Normal file
8
cnpg/resources/secrets/ext-pgo-admin.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> X25519 SQkKLcgCsGBZ6FM800HldDftkLV/u53xliCGnGU6Gz0
|
||||||
|
TvQkvxIdoIydgUshJXYai2pJjo/GsEklyGfba/zj31Y
|
||||||
|
-> X25519 V60zpoLahYcT/dGVnixvv471qCE8xAOP+LoAdq04ryM
|
||||||
|
q7iTcIfP6xgpJaQZJuW0kpY9dEwbwsleyyorsFK4atA
|
||||||
|
--- W40yHxyT9ZMPvnQ0WYg7K1sG0qd4loHmyW6HYZL5zBM
|
||||||
|
#Wøü5+D`é‚H‹UŠdNSÆ<53>f.vC]uÎö•ù"¼ègÙÝüfp:¬<C2AC>ϬNB”æ<E2809D>vúõè¢ O%3cÖòQü9m(ÓEäùØKµ×4ÞÌùgÜžo&€vztëPÞˆþñ2 ºª––
<02>æð>&Z{Î'<27>§QôÉj<C389>Ä:ƒ¡¶ø܈‡ ƒæ"Céœk‹¤£ÚÄ)Þ‰V1åÎÏV]
|
||||||
|
¥å·õñÄ'°s¨w±~ÊoEƒûæ•F¾hÍS 7¤‘}'&[–ÞlÍÝÖUM×îÃ=ÿwŽ
|
BIN
cnpg/resources/secrets/ext-pgo-creds.yaml
Normal file
BIN
cnpg/resources/secrets/ext-pgo-creds.yaml
Normal file
Binary file not shown.
|
@ -13,6 +13,6 @@ helmCharts:
|
||||||
repo: https://helm.coder.com/v2
|
repo: https://helm.coder.com/v2
|
||||||
releaseName: coder
|
releaseName: coder
|
||||||
namespace: coder
|
namespace: coder
|
||||||
version: "2.11.2"
|
version: "2.13.3"
|
||||||
valuesFile: config/values.coder.yml
|
valuesFile: config/values.coder.yml
|
||||||
skipTests: true
|
skipTests: true
|
|
@ -6,7 +6,7 @@ namespace: projectcontour
|
||||||
images:
|
images:
|
||||||
- name: contour
|
- name: contour
|
||||||
newName: ghcr.io/projectcontour/contour
|
newName: ghcr.io/projectcontour/contour
|
||||||
newTag: v1.29.0
|
newTag: v1.30.0
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- crds/contour.yaml
|
- crds/contour.yaml
|
||||||
|
|
|
@ -9,7 +9,7 @@ images:
|
||||||
newTag: v0.16.0
|
newTag: v0.16.0
|
||||||
- name: dragonfly-operator
|
- name: dragonfly-operator
|
||||||
newName: docker.dragonflydb.io/dragonflydb/operator
|
newName: docker.dragonflydb.io/dragonflydb/operator
|
||||||
newTag: v1.1.2
|
newTag: v1.1.6
|
||||||
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -35,6 +34,24 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
description: DragonflySpec defines the desired state of Dragonfly
|
description: DragonflySpec defines the desired state of Dragonfly
|
||||||
properties:
|
properties:
|
||||||
|
aclFromSecret:
|
||||||
|
description: (Optional) Acl file Secret to pass to the container
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the secret to select from. Must be a
|
||||||
|
valid secret key.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||||
|
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||||
|
type: string
|
||||||
|
optional:
|
||||||
|
description: Specify whether the Secret or its key must be defined
|
||||||
|
type: boolean
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
type: object
|
||||||
|
x-kubernetes-map-type: atomic
|
||||||
affinity:
|
affinity:
|
||||||
description: (Optional) Dragonfly pod affinity
|
description: (Optional) Dragonfly pod affinity
|
||||||
properties:
|
properties:
|
||||||
|
@ -1031,6 +1048,23 @@ spec:
|
||||||
image:
|
image:
|
||||||
description: Image is the Dragonfly image to use
|
description: Image is the Dragonfly image to use
|
||||||
type: string
|
type: string
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: (Optional) Labels to add to the Dragonfly pods.
|
||||||
|
type: object
|
||||||
|
memcachedPort:
|
||||||
|
description: (Optional) Dragonfly memcached port
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
nodeSelector:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: (Optional) Dragonfly pod node selector
|
||||||
|
type: object
|
||||||
|
priorityClassName:
|
||||||
|
description: (Optional) Dragonfly pod priority class name
|
||||||
|
type: string
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is the total number of Dragonfly instances including
|
description: Replicas is the total number of Dragonfly instances including
|
||||||
the master
|
the master
|
||||||
|
@ -1095,10 +1129,23 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
description: (Optional) Dragonfly Service Annotations
|
description: (Optional) Dragonfly Service Annotations
|
||||||
type: object
|
type: object
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: (Optional) Dragonfly Service Labels
|
||||||
|
type: object
|
||||||
|
name:
|
||||||
|
description: (Optional) Dragonfly Service name
|
||||||
|
type: string
|
||||||
type:
|
type:
|
||||||
description: (Optional) Dragonfly Service type
|
description: (Optional) Dragonfly Service type
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
skipFSGroup:
|
||||||
|
description: (Optional) Skip Assigning FileSystem Group. Required
|
||||||
|
for platforms such as Openshift that require IDs to not be set,
|
||||||
|
as it injects a fixed randomized ID per namespace into all pods.
|
||||||
|
type: boolean
|
||||||
snapshot:
|
snapshot:
|
||||||
description: (Optional) Dragonfly Snapshot configuration
|
description: (Optional) Dragonfly Snapshot configuration
|
||||||
properties:
|
properties:
|
||||||
|
@ -1374,6 +1421,174 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
topologySpreadConstraints:
|
||||||
|
description: (Optional) Dragonfly pod topologySpreadConstraints
|
||||||
|
items:
|
||||||
|
description: TopologySpreadConstraint specifies how to spread matching
|
||||||
|
pods among the given topology.
|
||||||
|
properties:
|
||||||
|
labelSelector:
|
||||||
|
description: LabelSelector is used to find matching pods. Pods
|
||||||
|
that match this label selector are counted to determine the
|
||||||
|
number of pods in their corresponding topology domain.
|
||||||
|
properties:
|
||||||
|
matchExpressions:
|
||||||
|
description: matchExpressions is a list of label selector
|
||||||
|
requirements. The requirements are ANDed.
|
||||||
|
items:
|
||||||
|
description: A label selector requirement is a selector
|
||||||
|
that contains values, a key, and an operator that relates
|
||||||
|
the key and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: key is the label key that the selector
|
||||||
|
applies to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: operator represents a key's relationship
|
||||||
|
to a set of values. Valid operators are In, NotIn,
|
||||||
|
Exists and DoesNotExist.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: values is an array of string values.
|
||||||
|
If the operator is In or NotIn, the values array
|
||||||
|
must be non-empty. If the operator is Exists or
|
||||||
|
DoesNotExist, the values array must be empty. This
|
||||||
|
array is replaced during a strategic merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
matchLabels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: matchLabels is a map of {key,value} pairs.
|
||||||
|
A single {key,value} in the matchLabels map is equivalent
|
||||||
|
to an element of matchExpressions, whose key field is
|
||||||
|
"key", the operator is "In", and the values array contains
|
||||||
|
only "value". The requirements are ANDed.
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
x-kubernetes-map-type: atomic
|
||||||
|
matchLabelKeys:
|
||||||
|
description: MatchLabelKeys is a set of pod label keys to select
|
||||||
|
the pods over which spreading will be calculated. The keys
|
||||||
|
are used to lookup values from the incoming pod labels, those
|
||||||
|
key-value labels are ANDed with labelSelector to select the
|
||||||
|
group of existing pods over which spreading will be calculated
|
||||||
|
for the incoming pod. Keys that don't exist in the incoming
|
||||||
|
pod labels will be ignored. A null or empty list means only
|
||||||
|
match against labelSelector.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-type: atomic
|
||||||
|
maxSkew:
|
||||||
|
description: 'MaxSkew describes the degree to which pods may
|
||||||
|
be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`,
|
||||||
|
it is the maximum permitted difference between the number
|
||||||
|
of matching pods in the target topology and the global minimum.
|
||||||
|
The global minimum is the minimum number of matching pods
|
||||||
|
in an eligible domain or zero if the number of eligible domains
|
||||||
|
is less than MinDomains. For example, in a 3-zone cluster,
|
||||||
|
MaxSkew is set to 1, and pods with the same labelSelector
|
||||||
|
spread as 2/2/1: In this case, the global minimum is 1. |
|
||||||
|
zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew
|
||||||
|
is 1, incoming pod can only be scheduled to zone3 to become
|
||||||
|
2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1)
|
||||||
|
on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming
|
||||||
|
pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`,
|
||||||
|
it is used to give higher precedence to topologies that satisfy
|
||||||
|
it. It''s a required field. Default value is 1 and 0 is not
|
||||||
|
allowed.'
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
minDomains:
|
||||||
|
description: "MinDomains indicates a minimum number of eligible
|
||||||
|
domains. When the number of eligible domains with matching
|
||||||
|
topology keys is less than minDomains, Pod Topology Spread
|
||||||
|
treats \"global minimum\" as 0, and then the calculation of
|
||||||
|
Skew is performed. And when the number of eligible domains
|
||||||
|
with matching topology keys equals or greater than minDomains,
|
||||||
|
this value has no effect on scheduling. As a result, when
|
||||||
|
the number of eligible domains is less than minDomains, scheduler
|
||||||
|
won't schedule more than maxSkew Pods to those domains. If
|
||||||
|
value is nil, the constraint behaves as if MinDomains is equal
|
||||||
|
to 1. Valid values are integers greater than 0. When value
|
||||||
|
is not nil, WhenUnsatisfiable must be DoNotSchedule. \n For
|
||||||
|
example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains
|
||||||
|
is set to 5 and pods with the same labelSelector spread as
|
||||||
|
2/2/2: | zone1 | zone2 | zone3 | | P P | P P | P P |
|
||||||
|
The number of domains is less than 5(MinDomains), so \"global
|
||||||
|
minimum\" is treated as 0. In this situation, new pod with
|
||||||
|
the same labelSelector cannot be scheduled, because computed
|
||||||
|
skew will be 3(3 - 0) if new Pod is scheduled to any of the
|
||||||
|
three zones, it will violate MaxSkew. \n This is a beta field
|
||||||
|
and requires the MinDomainsInPodTopologySpread feature gate
|
||||||
|
to be enabled (enabled by default)."
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
nodeAffinityPolicy:
|
||||||
|
description: "NodeAffinityPolicy indicates how we will treat
|
||||||
|
Pod's nodeAffinity/nodeSelector when calculating pod topology
|
||||||
|
spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector
|
||||||
|
are included in the calculations. - Ignore: nodeAffinity/nodeSelector
|
||||||
|
are ignored. All nodes are included in the calculations. \n
|
||||||
|
If this value is nil, the behavior is equivalent to the Honor
|
||||||
|
policy. This is a beta-level feature default enabled by the
|
||||||
|
NodeInclusionPolicyInPodTopologySpread feature flag."
|
||||||
|
type: string
|
||||||
|
nodeTaintsPolicy:
|
||||||
|
description: "NodeTaintsPolicy indicates how we will treat node
|
||||||
|
taints when calculating pod topology spread skew. Options
|
||||||
|
are: - Honor: nodes without taints, along with tainted nodes
|
||||||
|
for which the incoming pod has a toleration, are included.
|
||||||
|
- Ignore: node taints are ignored. All nodes are included.
|
||||||
|
\n If this value is nil, the behavior is equivalent to the
|
||||||
|
Ignore policy. This is a beta-level feature default enabled
|
||||||
|
by the NodeInclusionPolicyInPodTopologySpread feature flag."
|
||||||
|
type: string
|
||||||
|
topologyKey:
|
||||||
|
description: TopologyKey is the key of node labels. Nodes that
|
||||||
|
have a label with this key and identical values are considered
|
||||||
|
to be in the same topology. We consider each <key, value>
|
||||||
|
as a "bucket", and try to put balanced number of pods into
|
||||||
|
each bucket. We define a domain as a particular instance of
|
||||||
|
a topology. Also, we define an eligible domain as a domain
|
||||||
|
whose nodes meet the requirements of nodeAffinityPolicy and
|
||||||
|
nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname",
|
||||||
|
each Node is a domain of that topology. And, if TopologyKey
|
||||||
|
is "topology.kubernetes.io/zone", each zone is a domain of
|
||||||
|
that topology. It's a required field.
|
||||||
|
type: string
|
||||||
|
whenUnsatisfiable:
|
||||||
|
description: 'WhenUnsatisfiable indicates how to deal with a
|
||||||
|
pod if it doesn''t satisfy the spread constraint. - DoNotSchedule
|
||||||
|
(default) tells the scheduler not to schedule it. - ScheduleAnyway
|
||||||
|
tells the scheduler to schedule the pod in any location, but
|
||||||
|
giving higher precedence to topologies that would help reduce
|
||||||
|
the skew. A constraint is considered "Unsatisfiable" for an
|
||||||
|
incoming pod if and only if every possible node assignment
|
||||||
|
for that pod would violate "MaxSkew" on some topology. For
|
||||||
|
example, in a 3-zone cluster, MaxSkew is set to 1, and pods
|
||||||
|
with the same labelSelector spread as 3/1/1: | zone1 | zone2
|
||||||
|
| zone3 | | P P P | P | P | If WhenUnsatisfiable is
|
||||||
|
set to DoNotSchedule, incoming pod can only be scheduled to
|
||||||
|
zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on
|
||||||
|
zone2(zone3) satisfies MaxSkew(1). In other words, the cluster
|
||||||
|
can still be imbalanced, but scheduler won''t make it *more*
|
||||||
|
imbalanced. It''s a required field.'
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- maxSkew
|
||||||
|
- topologyKey
|
||||||
|
- whenUnsatisfiable
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: DragonflyStatus defines the observed state of Dragonfly
|
description: DragonflyStatus defines the observed state of Dragonfly
|
||||||
|
@ -1394,4 +1609,4 @@ spec:
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: true
|
||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
Binary file not shown.
|
@ -7,13 +7,13 @@ namePrefix: ente-
|
||||||
images:
|
images:
|
||||||
- name: museum
|
- name: museum
|
||||||
newName: ghcr.io/ente-io/server
|
newName: ghcr.io/ente-io/server
|
||||||
newTag: 26e17d8464736acc747c1b35c65af194172a245c
|
newTag: cdbf8c5f0971cb383df03c6b2f72ffb85387beef
|
||||||
- name: photos
|
- name: photos
|
||||||
newName: code.icb4dc0.de/infrastructure/images/ente/photos
|
newName: code.icb4dc0.de/infrastructure/images/ente/photos
|
||||||
newTag: photos-v0.8.94
|
newTag: v0.9.16
|
||||||
- name: cast
|
- name: cast
|
||||||
newName: code.icb4dc0.de/infrastructure/images/ente/cast
|
newName: code.icb4dc0.de/infrastructure/images/ente/cast
|
||||||
newTag: photos-v0.8.94
|
newTag: v0.9.16
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
@ -39,4 +39,4 @@ configMapGenerator:
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- name: museum-credentials
|
- name: museum-credentials
|
||||||
files:
|
files:
|
||||||
- config/credentials.yaml
|
- config/credentials.yaml
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# yaml-language-server: $scheme=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2-standalone-strict/deployment-apps-v1.json
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -33,5 +34,10 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
port: 3000
|
||||||
|
path: /
|
||||||
|
scheme: HTTP
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
|
@ -1,3 +1,4 @@
|
||||||
|
# yaml-language-server: $scheme=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2-standalone-strict/deployment-apps-v1.json
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -33,5 +34,10 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
port: 3000
|
||||||
|
path: /
|
||||||
|
scheme: HTTP
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
|
@ -12,10 +12,10 @@ labels:
|
||||||
images:
|
images:
|
||||||
- name: act_runner
|
- name: act_runner
|
||||||
newName: code.forgejo.org/forgejo/runner
|
newName: code.forgejo.org/forgejo/runner
|
||||||
newTag: "3.4.1"
|
newTag: "3.5.0"
|
||||||
- name: dind
|
- name: dind
|
||||||
newName: docker
|
newName: docker
|
||||||
newTag: 26.1.3-dind
|
newTag: 27.1.1-dind
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/secrets/admin-credentials.yaml
|
- resources/secrets/admin-credentials.yaml
|
||||||
|
@ -46,7 +46,7 @@ helmCharts:
|
||||||
repo: oci://codeberg.org/forgejo-contrib
|
repo: oci://codeberg.org/forgejo-contrib
|
||||||
releaseName: forgejo
|
releaseName: forgejo
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
version: "7.0.0"
|
version: "8.1.0"
|
||||||
valuesFile: config/values.forgejo.yaml
|
valuesFile: config/values.forgejo.yaml
|
||||||
skipTests: true
|
skipTests: true
|
||||||
apiVersions:
|
apiVersions:
|
||||||
|
@ -55,6 +55,6 @@ helmCharts:
|
||||||
repo: https://meilisearch.github.io/meilisearch-kubernetes
|
repo: https://meilisearch.github.io/meilisearch-kubernetes
|
||||||
releaseName: forgejo-indexer
|
releaseName: forgejo-indexer
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
version: "0.7.0"
|
version: "0.8.0"
|
||||||
valuesFile: config/values.meilisearch.yaml
|
valuesFile: config/values.meilisearch.yaml
|
||||||
skipTests: true
|
skipTests: true
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: forgejo
|
app.kubernetes.io/part-of: forgejo
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Binary file not shown.
|
@ -6,7 +6,7 @@ namespace: garage
|
||||||
images:
|
images:
|
||||||
- name: rclone
|
- name: rclone
|
||||||
newName: rclone/rclone
|
newName: rclone/rclone
|
||||||
newTag: "1.66"
|
newTag: "1.67"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/cronjob.yaml
|
- resources/cronjob.yaml
|
||||||
|
|
|
@ -48,8 +48,16 @@ spec:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 280Mi
|
memory: 280Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
cpu: 750m
|
||||||
memory: 500Mi
|
memory: 500Mi
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
port: 3903
|
||||||
|
path: /health
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
port: 3903
|
||||||
|
path: /health
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|
|
@ -12,12 +12,12 @@ helmCharts:
|
||||||
repo: https://charts.hetzner.cloud
|
repo: https://charts.hetzner.cloud
|
||||||
releaseName: hccm
|
releaseName: hccm
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
version: "1.19.0"
|
version: "1.20.0"
|
||||||
valuesFile: config/values.ccm.yaml
|
valuesFile: config/values.ccm.yaml
|
||||||
|
|
||||||
- name: hcloud-csi
|
- name: hcloud-csi
|
||||||
repo: https://charts.hetzner.cloud
|
repo: https://charts.hetzner.cloud
|
||||||
releaseName: hcloud-csi-driver
|
releaseName: hcloud-csi-driver
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
version: "2.6.0"
|
version: "2.8.0"
|
||||||
valuesFile: config/values.csi.yaml
|
valuesFile: config/values.csi.yaml
|
|
@ -13,6 +13,8 @@ defaultRules:
|
||||||
prometheus:
|
prometheus:
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
retention: 7d
|
retention: 7d
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
serviceMonitorNamespaceSelector:
|
serviceMonitorNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
prometheus: default
|
prometheus: default
|
||||||
|
@ -33,11 +35,11 @@ prometheus:
|
||||||
prometheus: default
|
prometheus: default
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 3Gi
|
memory: 1500Mi
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
limits:
|
limits:
|
||||||
memory: 4Gi
|
memory: 2200Mi
|
||||||
cpu: 800m
|
cpu: 800m
|
||||||
storageSpec:
|
storageSpec:
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
@ -54,7 +56,7 @@ kubeEtcd:
|
||||||
|
|
||||||
kubeControllerManager:
|
kubeControllerManager:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpoints: ['172.23.2.10']
|
endpoints: ["172.23.2.10"]
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 10257
|
port: 10257
|
||||||
|
@ -65,7 +67,7 @@ kubeControllerManager:
|
||||||
|
|
||||||
kubeScheduler:
|
kubeScheduler:
|
||||||
enabled: false
|
enabled: false
|
||||||
endpoints: ['172.23.2.10']
|
endpoints: ["172.23.2.10"]
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 10259
|
port: 10259
|
||||||
|
@ -76,7 +78,7 @@ kubeScheduler:
|
||||||
|
|
||||||
kubeProxy:
|
kubeProxy:
|
||||||
enabled: false
|
enabled: false
|
||||||
endpoints: ['172.23.2.10']
|
endpoints: ["172.23.2.10"]
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 10249
|
port: 10249
|
||||||
|
@ -102,16 +104,16 @@ grafana:
|
||||||
auth:
|
auth:
|
||||||
disable_login_form: true
|
disable_login_form: true
|
||||||
auth.generic_oauth:
|
auth.generic_oauth:
|
||||||
name: Forgejo
|
name: Forgejo
|
||||||
icon: signin
|
icon: signin
|
||||||
enabled: "true"
|
enabled: "true"
|
||||||
client_id: "${GF_OAUTH_CLIENT_ID}"
|
client_id: "${GF_OAUTH_CLIENT_ID}"
|
||||||
client_secret: "${GF_OAUTH_CLIENT_SECRET}"
|
client_secret: "${GF_OAUTH_CLIENT_SECRET}"
|
||||||
empty_scopes: true
|
empty_scopes: true
|
||||||
auth_url: https://code.icb4dc0.de/login/oauth/authorize
|
auth_url: https://code.icb4dc0.de/login/oauth/authorize
|
||||||
token_url: https://code.icb4dc0.de/login/oauth/access_token
|
token_url: https://code.icb4dc0.de/login/oauth/access_token
|
||||||
api_url: https://code.icb4dc0.de/login/oauth/userinfo
|
api_url: https://code.icb4dc0.de/login/oauth/userinfo
|
||||||
skip_org_role_sync: true
|
skip_org_role_sync: true
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
storageClassName: hcloud-volumes
|
storageClassName: hcloud-volumes
|
||||||
|
@ -128,4 +130,4 @@ kube-state-metrics:
|
||||||
prometheus:
|
prometheus:
|
||||||
monitor:
|
monitor:
|
||||||
additionalLabels:
|
additionalLabels:
|
||||||
prometheus: default
|
prometheus: default
|
||||||
|
|
|
@ -15,5 +15,5 @@ helmCharts:
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
namespace: observability-system
|
namespace: observability-system
|
||||||
releaseName: prometheus
|
releaseName: prometheus
|
||||||
version: "59.1.0"
|
version: "61.7.1"
|
||||||
valuesFile: config/values.prometheus.yaml
|
valuesFile: config/values.prometheus.yaml
|
|
@ -11,7 +11,7 @@ labels:
|
||||||
images:
|
images:
|
||||||
- name: linkwarden
|
- name: linkwarden
|
||||||
newName: ghcr.io/linkwarden/linkwarden
|
newName: ghcr.io/linkwarden/linkwarden
|
||||||
newTag: "v2.5.3"
|
newTag: "v2.6.2"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- "resources/namespace.yaml"
|
- "resources/namespace.yaml"
|
||||||
|
|
|
@ -11,7 +11,7 @@ helmCharts:
|
||||||
releaseName: mariadb-operator
|
releaseName: mariadb-operator
|
||||||
repo: https://mariadb-operator.github.io/mariadb-operator
|
repo: https://mariadb-operator.github.io/mariadb-operator
|
||||||
namespace: mariadb-system
|
namespace: mariadb-system
|
||||||
version: "0.28.1"
|
version: "0.29.0"
|
||||||
valuesFile: config/mariadb-operator.values.yaml
|
valuesFile: config/mariadb-operator.values.yaml
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
skipTests: true
|
skipTests: true
|
||||||
|
|
|
@ -21,7 +21,7 @@ helmCharts:
|
||||||
repo: https://nextcloud.github.io/helm/
|
repo: https://nextcloud.github.io/helm/
|
||||||
releaseName: nextcloud
|
releaseName: nextcloud
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
version: "4.6.10"
|
version: "5.5.2"
|
||||||
valuesFile: config/values.nextcloud.yaml
|
valuesFile: config/values.nextcloud.yaml
|
||||||
skipTests: true
|
skipTests: true
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: nocodb
|
||||||
images:
|
images:
|
||||||
- name: nocodb
|
- name: nocodb
|
||||||
newName: docker.io/nocodb/nocodb
|
newName: docker.io/nocodb/nocodb
|
||||||
newTag: 0.207.3
|
newTag: 0.251.3
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# yaml-language-server: $scheme=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2-standalone-strict/deployment-apps-v1.json
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
@ -16,55 +17,53 @@ spec:
|
||||||
app.kubernetes.io/name: nocodb
|
app.kubernetes.io/name: nocodb
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nocodb
|
- name: nocodb
|
||||||
image: nocodb
|
image: nocodb
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: nocodb-config
|
name: nocodb-config
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: web
|
name: web
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/app/data
|
- name: nocodb-metadata
|
||||||
name: nocodb-metadata
|
mountPath: /usr/app/data
|
||||||
- mountPath: /usr/src/app/
|
- name: tmp
|
||||||
name: app-volume
|
mountPath: /tmp
|
||||||
- mountPath: /tmp
|
livenessProbe:
|
||||||
name: app-tmp
|
httpGet:
|
||||||
livenessProbe:
|
path: /api/v1/health
|
||||||
httpGet:
|
port: web
|
||||||
path: /api/v1/health
|
scheme: HTTP
|
||||||
port: web
|
initialDelaySeconds: 10
|
||||||
scheme: HTTP
|
timeoutSeconds: 3
|
||||||
initialDelaySeconds: 10
|
periodSeconds: 5
|
||||||
timeoutSeconds: 3
|
successThreshold: 1
|
||||||
periodSeconds: 5
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
readinessProbe:
|
||||||
failureThreshold: 3
|
httpGet:
|
||||||
readinessProbe:
|
path: /api/v1/health
|
||||||
httpGet:
|
port: web
|
||||||
path: /api/v1/health
|
scheme: HTTP
|
||||||
port: web
|
initialDelaySeconds: 5
|
||||||
scheme: HTTP
|
timeoutSeconds: 3
|
||||||
initialDelaySeconds: 5
|
periodSeconds: 5
|
||||||
timeoutSeconds: 3
|
successThreshold: 1
|
||||||
periodSeconds: 5
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
resources:
|
||||||
failureThreshold: 3
|
requests:
|
||||||
resources:
|
memory: "168Mi"
|
||||||
requests:
|
cpu: "50m"
|
||||||
memory: "168Mi"
|
limits:
|
||||||
cpu: "50m"
|
memory: "256Mi"
|
||||||
limits:
|
cpu: "500m"
|
||||||
memory: "256Mi"
|
securityContext:
|
||||||
cpu: "500m"
|
allowPrivilegeEscalation: false
|
||||||
securityContext:
|
capabilities:
|
||||||
allowPrivilegeEscalation: false
|
drop:
|
||||||
capabilities:
|
- ALL
|
||||||
drop:
|
readOnlyRootFilesystem: true
|
||||||
- ALL
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
@ -79,14 +78,11 @@ spec:
|
||||||
- name: nocodb-metadata
|
- name: nocodb-metadata
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nocodb-metadata
|
claimName: nocodb-metadata
|
||||||
- name: app-volume
|
- name: tmp
|
||||||
emptyDir:
|
emptyDir:
|
||||||
sizeLimit: 1500Mi
|
sizeLimit: 50Mi
|
||||||
- name: app-tmp
|
|
||||||
emptyDir:
|
|
||||||
sizeLimit: 500Mi
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: nocodb
|
app.kubernetes.io/part-of: nocodb
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
|
@ -6,13 +6,13 @@ labels:
|
||||||
pairs:
|
pairs:
|
||||||
app.kubernetes.io/name: pgo
|
app.kubernetes.io/name: pgo
|
||||||
# The version below should match the version on the PostgresCluster CRD
|
# The version below should match the version on the PostgresCluster CRD
|
||||||
app.kubernetes.io/version: 5.5.0
|
app.kubernetes.io/version: 5.6.0
|
||||||
postgres-operator.crunchydata.com/control-plane: postgres-operator
|
postgres-operator.crunchydata.com/control-plane: postgres-operator
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: postgres-operator
|
- name: postgres-operator
|
||||||
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
|
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
|
||||||
newTag: ubi8-5.5.0-0
|
newTag: ubi8-5.6.0-0
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/namespace.yaml
|
- resources/namespace.yaml
|
||||||
|
|
|
@ -2,11 +2,11 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.8.0
|
controller-gen.kubebuilder.io/version: v0.9.0
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: pgo
|
app.kubernetes.io/name: pgo
|
||||||
app.kubernetes.io/version: 5.5.0
|
app.kubernetes.io/version: 5.6.0
|
||||||
name: pgadmins.postgres-operator.crunchydata.com
|
name: pgadmins.postgres-operator.crunchydata.com
|
||||||
spec:
|
spec:
|
||||||
group: postgres-operator.crunchydata.com
|
group: postgres-operator.crunchydata.com
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
||||||
- name: v1beta1
|
- name: v1beta1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: PGAdmin is the Schema for the pgadmins API
|
description: PGAdmin is the Schema for the PGAdmin API
|
||||||
properties:
|
properties:
|
||||||
apiVersion:
|
apiVersion:
|
||||||
description: 'APIVersion defines the versioned schema of this representation
|
description: 'APIVersion defines the versioned schema of this representation
|
||||||
|
@ -860,6 +860,24 @@ spec:
|
||||||
to any of these values will be loaded without validation. Be careful,
|
to any of these values will be loaded without validation. Be careful,
|
||||||
as you may put pgAdmin into an unusable state.
|
as you may put pgAdmin into an unusable state.
|
||||||
properties:
|
properties:
|
||||||
|
configDatabaseURI:
|
||||||
|
description: 'A Secret containing the value for the CONFIG_DATABASE_URI
|
||||||
|
setting. More info: https://www.pgadmin.org/docs/pgadmin4/latest/external_database.html'
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the secret to select from. Must be
|
||||||
|
a valid secret key.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
|
||||||
|
type: string
|
||||||
|
optional:
|
||||||
|
description: Specify whether the Secret or its key must be
|
||||||
|
defined
|
||||||
|
type: boolean
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
type: object
|
||||||
files:
|
files:
|
||||||
description: Files allows the user to mount projected volumes
|
description: Files allows the user to mount projected volumes
|
||||||
into the pgAdmin container so that files can be referenced by
|
into the pgAdmin container so that files can be referenced by
|
||||||
|
@ -1082,6 +1100,10 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
gunicorn:
|
||||||
|
description: 'Settings for the gunicorn server. More info: https://docs.gunicorn.org/en/latest/settings.html'
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
ldapBindPassword:
|
ldapBindPassword:
|
||||||
description: 'A Secret containing the value for the LDAP_BIND_PASSWORD
|
description: 'A Secret containing the value for the LDAP_BIND_PASSWORD
|
||||||
setting. More info: https://www.pgadmin.org/docs/pgadmin4/latest/ldap.html'
|
setting. More info: https://www.pgadmin.org/docs/pgadmin4/latest/ldap.html'
|
||||||
|
@ -1347,6 +1369,10 @@ spec:
|
||||||
unique in the pgAdmin's ServerGroups since it becomes the
|
unique in the pgAdmin's ServerGroups since it becomes the
|
||||||
ServerGroup name in pgAdmin.
|
ServerGroup name in pgAdmin.
|
||||||
type: string
|
type: string
|
||||||
|
postgresClusterName:
|
||||||
|
description: PostgresClusterName selects one cluster to add
|
||||||
|
to pgAdmin by name.
|
||||||
|
type: string
|
||||||
postgresClusterSelector:
|
postgresClusterSelector:
|
||||||
description: PostgresClusterSelector selects clusters to dynamically
|
description: PostgresClusterSelector selects clusters to dynamically
|
||||||
add to pgAdmin by matching labels. An empty selector like
|
add to pgAdmin by matching labels. An empty selector like
|
||||||
|
@ -1395,9 +1421,18 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
- postgresClusterSelector
|
|
||||||
type: object
|
type: object
|
||||||
|
x-kubernetes-validations:
|
||||||
|
- message: exactly one of "postgresClusterName" or "postgresClusterSelector"
|
||||||
|
is required
|
||||||
|
rule: '[has(self.postgresClusterName),has(self.postgresClusterSelector)].exists_one(x,x)'
|
||||||
type: array
|
type: array
|
||||||
|
serviceName:
|
||||||
|
description: ServiceName will be used as the name of a ClusterIP service
|
||||||
|
pointing to the pgAdmin pod and port. If the service already exists,
|
||||||
|
PGO will update the service. For more information about services
|
||||||
|
reference the Kubernetes and CrunchyData documentation. https://kubernetes.io/docs/concepts/services-networking/service/
|
||||||
|
type: string
|
||||||
tolerations:
|
tolerations:
|
||||||
description: 'Tolerations of the PGAdmin pod. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration'
|
description: 'Tolerations of the PGAdmin pod. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration'
|
||||||
items:
|
items:
|
||||||
|
@ -1438,6 +1473,50 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
users:
|
||||||
|
description: pgAdmin users that are managed via the PGAdmin spec.
|
||||||
|
Users can still be added via the pgAdmin GUI, but those users will
|
||||||
|
not show up here.
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
passwordRef:
|
||||||
|
description: A reference to the secret that holds the user's
|
||||||
|
password.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the secret to select from. Must
|
||||||
|
be a valid secret key.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
|
||||||
|
type: string
|
||||||
|
optional:
|
||||||
|
description: Specify whether the Secret or its key must
|
||||||
|
be defined
|
||||||
|
type: boolean
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
type: object
|
||||||
|
role:
|
||||||
|
description: Role determines whether the user has admin privileges
|
||||||
|
or not. Defaults to User. Valid options are Administrator
|
||||||
|
and User.
|
||||||
|
enum:
|
||||||
|
- Administrator
|
||||||
|
- User
|
||||||
|
type: string
|
||||||
|
username:
|
||||||
|
description: The username for User in pgAdmin. Must be unique
|
||||||
|
in the pgAdmin's users list.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- passwordRef
|
||||||
|
- username
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-map-keys:
|
||||||
|
- username
|
||||||
|
x-kubernetes-list-type: map
|
||||||
required:
|
required:
|
||||||
- dataVolumeClaimSpec
|
- dataVolumeClaimSpec
|
||||||
type: object
|
type: object
|
||||||
|
@ -1445,9 +1524,8 @@ spec:
|
||||||
description: PGAdminStatus defines the observed state of PGAdmin
|
description: PGAdminStatus defines the observed state of PGAdmin
|
||||||
properties:
|
properties:
|
||||||
conditions:
|
conditions:
|
||||||
description: 'conditions represent the observations of pgadmin''s
|
description: 'conditions represent the observations of pgAdmin''s
|
||||||
current state. Known .status.conditions.type are: "PersistentVolumeResizing",
|
current state. Known .status.conditions.type is: "PersistentVolumeResizing"'
|
||||||
"Progressing", "ProxyAvailable"'
|
|
||||||
items:
|
items:
|
||||||
description: "Condition contains details for one aspect of the current
|
description: "Condition contains details for one aspect of the current
|
||||||
state of this API Resource. --- This struct is intended for direct
|
state of this API Resource. --- This struct is intended for direct
|
||||||
|
@ -1518,6 +1596,14 @@ spec:
|
||||||
x-kubernetes-list-map-keys:
|
x-kubernetes-list-map-keys:
|
||||||
- type
|
- type
|
||||||
x-kubernetes-list-type: map
|
x-kubernetes-list-type: map
|
||||||
|
imageSHA:
|
||||||
|
description: ImageSHA represents the image SHA for the container running
|
||||||
|
pgAdmin.
|
||||||
|
type: string
|
||||||
|
majorVersion:
|
||||||
|
description: MajorVersion represents the major version of the running
|
||||||
|
pgAdmin.
|
||||||
|
type: integer
|
||||||
observedGeneration:
|
observedGeneration:
|
||||||
description: observedGeneration represents the .metadata.generation
|
description: observedGeneration represents the .metadata.generation
|
||||||
on which the status was based.
|
on which the status was based.
|
||||||
|
|
|
@ -2,11 +2,11 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.8.0
|
controller-gen.kubebuilder.io/version: v0.9.0
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: pgo
|
app.kubernetes.io/name: pgo
|
||||||
app.kubernetes.io/version: 5.5.0
|
app.kubernetes.io/version: 5.6.0
|
||||||
name: pgupgrades.postgres-operator.crunchydata.com
|
name: pgupgrades.postgres-operator.crunchydata.com
|
||||||
spec:
|
spec:
|
||||||
group: postgres-operator.crunchydata.com
|
group: postgres-operator.crunchydata.com
|
||||||
|
|
|
@ -2,11 +2,11 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.8.0
|
controller-gen.kubebuilder.io/version: v0.9.0
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: pgo
|
app.kubernetes.io/name: pgo
|
||||||
app.kubernetes.io/version: 5.5.0
|
app.kubernetes.io/version: 5.6.0
|
||||||
name: postgresclusters.postgres-operator.crunchydata.com
|
name: postgresclusters.postgres-operator.crunchydata.com
|
||||||
spec:
|
spec:
|
||||||
group: postgres-operator.crunchydata.com
|
group: postgres-operator.crunchydata.com
|
||||||
|
@ -2695,7 +2695,7 @@ spec:
|
||||||
- bucket
|
- bucket
|
||||||
type: object
|
type: object
|
||||||
name:
|
name:
|
||||||
description: The name of the the repository
|
description: The name of the repository
|
||||||
pattern: ^repo[1-4]
|
pattern: ^repo[1-4]
|
||||||
type: string
|
type: string
|
||||||
s3:
|
s3:
|
||||||
|
@ -4438,10 +4438,10 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
pgbackrest:
|
pgbackrest:
|
||||||
description: 'Defines a pgBackRest cloud-based data source that
|
description: 'Defines a pgBackRest cloud-based data source that
|
||||||
can be used to pre-populate the the PostgreSQL data directory
|
can be used to pre-populate the PostgreSQL data directory for
|
||||||
for a new PostgreSQL cluster using a pgBackRest restore. The
|
a new PostgreSQL cluster using a pgBackRest restore. The PGBackRest
|
||||||
PGBackRest field is incompatible with the PostgresCluster field:
|
field is incompatible with the PostgresCluster field: only one
|
||||||
only one data source can be used for pre-populating a new PostgreSQL
|
data source can be used for pre-populating a new PostgreSQL
|
||||||
cluster'
|
cluster'
|
||||||
properties:
|
properties:
|
||||||
affinity:
|
affinity:
|
||||||
|
@ -5615,7 +5615,7 @@ spec:
|
||||||
- bucket
|
- bucket
|
||||||
type: object
|
type: object
|
||||||
name:
|
name:
|
||||||
description: The name of the the repository
|
description: The name of the repository
|
||||||
pattern: ^repo[1-4]
|
pattern: ^repo[1-4]
|
||||||
type: string
|
type: string
|
||||||
s3:
|
s3:
|
||||||
|
@ -10396,7 +10396,7 @@ spec:
|
||||||
description: 'Patroni dynamic configuration settings. Changes
|
description: 'Patroni dynamic configuration settings. Changes
|
||||||
to this value will be automatically reloaded without validation.
|
to this value will be automatically reloaded without validation.
|
||||||
Changes to certain PostgreSQL parameters cause PostgreSQL to
|
Changes to certain PostgreSQL parameters cause PostgreSQL to
|
||||||
restart. More info: https://patroni.readthedocs.io/en/latest/SETTINGS.html'
|
restart. More info: https://patroni.readthedocs.io/en/latest/dynamic_configuration.html'
|
||||||
type: object
|
type: object
|
||||||
x-kubernetes-preserve-unknown-fields: true
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
leaderLeaseDurationSeconds:
|
leaderLeaseDurationSeconds:
|
||||||
|
@ -13060,6 +13060,18 @@ spec:
|
||||||
service:
|
service:
|
||||||
description: Specification of the service that exposes PgBouncer.
|
description: Specification of the service that exposes PgBouncer.
|
||||||
properties:
|
properties:
|
||||||
|
externalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
|
internalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
metadata:
|
metadata:
|
||||||
description: Metadata contains metadata for custom resources
|
description: Metadata contains metadata for custom resources
|
||||||
properties:
|
properties:
|
||||||
|
@ -13319,10 +13331,66 @@ spec:
|
||||||
required:
|
required:
|
||||||
- pgBouncer
|
- pgBouncer
|
||||||
type: object
|
type: object
|
||||||
|
replicaService:
|
||||||
|
description: Specification of the service that exposes PostgreSQL
|
||||||
|
replica instances
|
||||||
|
properties:
|
||||||
|
externalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
|
internalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
|
metadata:
|
||||||
|
description: Metadata contains metadata for custom resources
|
||||||
|
properties:
|
||||||
|
annotations:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
nodePort:
|
||||||
|
description: The port on which this service is exposed when type
|
||||||
|
is NodePort or LoadBalancer. Value must be in-range and not
|
||||||
|
in use or the operation will fail. If unspecified, a port will
|
||||||
|
be allocated if this Service requires one. - https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
type:
|
||||||
|
default: ClusterIP
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types'
|
||||||
|
enum:
|
||||||
|
- ClusterIP
|
||||||
|
- NodePort
|
||||||
|
- LoadBalancer
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
service:
|
service:
|
||||||
description: Specification of the service that exposes the PostgreSQL
|
description: Specification of the service that exposes the PostgreSQL
|
||||||
primary instance.
|
primary instance.
|
||||||
properties:
|
properties:
|
||||||
|
externalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
|
internalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
metadata:
|
metadata:
|
||||||
description: Metadata contains metadata for custom resources
|
description: Metadata contains metadata for custom resources
|
||||||
properties:
|
properties:
|
||||||
|
@ -14793,6 +14861,18 @@ spec:
|
||||||
service:
|
service:
|
||||||
description: Specification of the service that exposes pgAdmin.
|
description: Specification of the service that exposes pgAdmin.
|
||||||
properties:
|
properties:
|
||||||
|
externalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
|
internalTrafficPolicy:
|
||||||
|
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
|
||||||
|
enum:
|
||||||
|
- Cluster
|
||||||
|
- Local
|
||||||
|
type: string
|
||||||
metadata:
|
metadata:
|
||||||
description: Metadata contains metadata for custom resources
|
description: Metadata contains metadata for custom resources
|
||||||
properties:
|
properties:
|
||||||
|
@ -15048,8 +15128,14 @@ spec:
|
||||||
options:
|
options:
|
||||||
description: 'ALTER ROLE options except for PASSWORD. This field
|
description: 'ALTER ROLE options except for PASSWORD. This field
|
||||||
is ignored for the "postgres" user. More info: https://www.postgresql.org/docs/current/role-attributes.html'
|
is ignored for the "postgres" user. More info: https://www.postgresql.org/docs/current/role-attributes.html'
|
||||||
|
maxLength: 200
|
||||||
pattern: ^[^;]*$
|
pattern: ^[^;]*$
|
||||||
type: string
|
type: string
|
||||||
|
x-kubernetes-validations:
|
||||||
|
- message: cannot assign password
|
||||||
|
rule: '!self.matches("(?i:PASSWORD)")'
|
||||||
|
- message: cannot contain comments
|
||||||
|
rule: '!self.matches("(?:--|/[*]|[*]/)")'
|
||||||
password:
|
password:
|
||||||
description: Properties of the password generated for this user.
|
description: Properties of the password generated for this user.
|
||||||
properties:
|
properties:
|
||||||
|
@ -15070,6 +15156,7 @@ spec:
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
type: object
|
type: object
|
||||||
|
maxItems: 64
|
||||||
type: array
|
type: array
|
||||||
x-kubernetes-list-map-keys:
|
x-kubernetes-list-map-keys:
|
||||||
- name
|
- name
|
||||||
|
@ -15157,6 +15244,11 @@ spec:
|
||||||
description: Current state of PostgreSQL instances.
|
description: Current state of PostgreSQL instances.
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
desiredPGDataVolume:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: Desired Size of the pgData volume
|
||||||
|
type: object
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
readyReplicas:
|
readyReplicas:
|
||||||
|
@ -15291,7 +15383,7 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
repoOptionsHash:
|
repoOptionsHash:
|
||||||
description: A hash of the required fields in the spec for
|
description: A hash of the required fields in the spec for
|
||||||
defining an Azure, GCS or S3 repository, Utilizd to detect
|
defining an Azure, GCS or S3 repository, Utilized to detect
|
||||||
changes to these fields and then execute pgBackRest stanza-create
|
changes to these fields and then execute pgBackRest stanza-create
|
||||||
commands accordingly.
|
commands accordingly.
|
||||||
type: string
|
type: string
|
||||||
|
@ -15425,8 +15517,6 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
registrationRequired:
|
registrationRequired:
|
||||||
description: Version information for installations with a registration
|
|
||||||
requirement.
|
|
||||||
properties:
|
properties:
|
||||||
pgoVersion:
|
pgoVersion:
|
||||||
type: string
|
type: string
|
||||||
|
@ -15439,8 +15529,6 @@ spec:
|
||||||
description: The instance set associated with the startupInstance
|
description: The instance set associated with the startupInstance
|
||||||
type: string
|
type: string
|
||||||
tokenRequired:
|
tokenRequired:
|
||||||
description: Signals the need for a token to be applied when registration
|
|
||||||
is required.
|
|
||||||
type: string
|
type: string
|
||||||
userInterface:
|
userInterface:
|
||||||
description: Current state of the PostgreSQL user interface.
|
description: Current state of the PostgreSQL user interface.
|
||||||
|
|
|
@ -13,7 +13,7 @@ images:
|
||||||
newTag: v2.10.1
|
newTag: v2.10.1
|
||||||
- name: provisioner
|
- name: provisioner
|
||||||
newName: registry.k8s.io/sig-storage/csi-provisioner
|
newName: registry.k8s.io/sig-storage/csi-provisioner
|
||||||
newTag: v5.0.1
|
newTag: v5.0.2
|
||||||
- name: csi
|
- name: csi
|
||||||
newName: code.icb4dc0.de/infrastructure/csi-s3
|
newName: code.icb4dc0.de/infrastructure/csi-s3
|
||||||
newTag: 0.38.3
|
newTag: 0.38.3
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: snips
|
||||||
images:
|
images:
|
||||||
- name: snips
|
- name: snips
|
||||||
newName: ghcr.io/robherley/snips.sh
|
newName: ghcr.io/robherley/snips.sh
|
||||||
newTag: v0.3.2
|
newTag: v0.4.0
|
||||||
- name: litestream
|
- name: litestream
|
||||||
newName: code.icb4dc0.de/infrastructure/litestream
|
newName: code.icb4dc0.de/infrastructure/litestream
|
||||||
newTag: "0.3.14-rc1"
|
newTag: "0.3.14-rc1"
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: umami
|
||||||
images:
|
images:
|
||||||
- name: umami
|
- name: umami
|
||||||
newName: ghcr.io/umami-software/umami
|
newName: ghcr.io/umami-software/umami
|
||||||
newTag: postgresql-v2.11.3
|
newTag: postgresql-v2.12.1
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
Binary file not shown.
|
@ -12,7 +12,7 @@ labels:
|
||||||
images:
|
images:
|
||||||
- name: vaultwarden
|
- name: vaultwarden
|
||||||
newName: ghcr.io/dani-garcia/vaultwarden
|
newName: ghcr.io/dani-garcia/vaultwarden
|
||||||
newTag: "1.30.5-alpine"
|
newTag: "1.31.0-alpine"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- "resources/namespace.yaml"
|
- "resources/namespace.yaml"
|
||||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: vikunja
|
app.kubernetes.io/part-of: vikunja
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|
Loading…
Add table
Reference in a new issue