Prevent error spam from zulip and forgejo
This commit is contained in:
parent
0b6c5b54ac
commit
ebc3ca0098
|
@ -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%'
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue