Prevent error spam from zulip and forgejo

This commit is contained in:
xeruf 2024-04-03 18:32:26 +02:00
parent 0b6c5b54ac
commit ebc3ca0098
2 changed files with 16 additions and 0 deletions

View File

@ -134,3 +134,10 @@ data:
loadBalancerIP: "${ip_address}" loadBalancerIP: "${ip_address}"
annotations: annotations:
metallb.universe.tf/allow-shared-ip: "share-ipv4" metallb.universe.tf/allow-shared-ip: "share-ipv4"
replicaCount: 1
strategy:
type: 'RollingUpdate'
rollingUpdate:
maxSurge: '25%'
maxUnavailable: '25%'

View File

@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
#- stackspin-zulip-override.yaml # no push notifications for now
- stackspin-nextcloud-override.yaml
- stackspin-nginx-ingress-override.yaml
- stackspin-apps-custom.yaml
- storageclass-retain.yaml
- source-controller-patch.yaml